forked from timescale/timescaledb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix: adjust "wholerow" ROWID_VAR in the chunks' targetlist
Foreign tables add an extra "wholerow" ROWID_VAR to the HypertableModify scan's targetlist. It causes adjust_appendrel_attrs() to assert when the Var has been previously modified by ts_replace_rowid_vars(). This patch keeps the original unaltered targetlist letting adjust_appendrel_attrs() properly replace these ROWID_VARs for the chunks.
- Loading branch information
Showing
3 changed files
with
88 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters