Skip to content

Commit

Permalink
Refactor Continuous Aggregate catalog code
Browse files Browse the repository at this point in the history
Get rid of `GETSTRUCT` to fill the form data and use `heap_deform_tuple`
instead. This is necessary specially when you have variable lenght
fields and/or fields that accept NULL values. This refactoring will be
specially usefull in a following PR for Nested Continuous Aggregates
where we'll add a new metadata to the catalog that can accept NULL
values.

Also refactor the rename view and schema code paths improving the
readability and maintainability.
  • Loading branch information
fabriziomello committed Oct 26, 2022
1 parent 864da20 commit 33763f1
Show file tree
Hide file tree
Showing 2 changed files with 261 additions and 151 deletions.

0 comments on commit 33763f1

Please sign in to comment.