-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Defer initialization of child plan states in ModifyHypertable node #9952
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 30 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
0c5ac0e
Defer initialization of child plan states in ModifyHypertable node
akuzm d6304de
cleanup
akuzm ae0c490
changelog
akuzm a003373
forgot the reference
akuzm 4f5d591
stabilize the test
akuzm b88260b
format
akuzm ad36532
Merge remote-tracking branch 'origin/main' into HEAD
akuzm 04aa108
keep the more descriptive error text
akuzm a8aedd4
Merge remote-tracking branch 'origin/main' into HEAD
akuzm c12f214
CTEs with side effects
akuzm 1c1f1ab
some fixes
akuzm 9135808
remove debug
akuzm c016e2d
reference REL_15_13 compression_update_delete compression_delete_bitm…
akuzm cb42d9a
reference REL_16_8 compression_update_delete compression_delete_bitma…
akuzm 9332727
cleanup
akuzm 20c60cb
clarify a little
akuzm de43b80
Merge remote-tracking branch 'origin/main' into HEAD
akuzm b4b2fea
merge the test
akuzm a261161
comments
akuzm 6aa3863
Merge remote-tracking branch 'origin/main' into HEAD
akuzm ce2ad8d
Merge remote-tracking branch 'origin/main' into HEAD
akuzm 29267a7
use dummy result node instead
akuzm 1331c41
keep the plan intact
akuzm f018661
handle aggrefs
akuzm 9ab427f
remove leftovers of old approach
akuzm 8c61d92
typo
akuzm a3f8180
cleanup
akuzm 767ef6c
update plan too
akuzm a30aba4
Merge commit '4bb30c81a938e7946244b795e600eddbb13cdd33' into HEAD
akuzm 83968d3
Merge commit '69b67da216003cfd97cce881f8aade31c3e5be52' into HEAD
akuzm ee90550
Merge remote-tracking branch 'origin/main' into HEAD
akuzm 02c67b7
fix after merge
akuzm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| Fixes: #9913: Potential crash on DML on compressed tables when the plan uses Bitmap Heap Scan |
This file contains hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.