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 27, 2022
1 parent 9b157d5 commit 8d1e165
Show file tree
Hide file tree
Showing 2 changed files with 264 additions and 153 deletions.

0 comments on commit 8d1e165

Please sign in to comment.