Add ddl events for chunk auto publication - #10141
Draft
thedodd wants to merge 1 commit into
Draft
Conversation
thedodd
force-pushed
the
chunk-auto-pub-hook
branch
from
June 25, 2026 14:46
0646940 to
a1f296e
Compare
thedodd
force-pushed
the
chunk-auto-pub-hook
branch
4 times, most recently
from
June 25, 2026 16:32
992a657 to
fb35b32
Compare
thedodd
force-pushed
the
chunk-auto-pub-hook
branch
8 times, most recently
from
June 25, 2026 21:49
69fe045 to
0fb6aae
Compare
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
thedodd
force-pushed
the
chunk-auto-pub-hook
branch
from
June 26, 2026 01:31
0fb6aae to
752e29a
Compare
Member
Author
|
The codecov report is incorrectly stating that the PG_FINAlLY line is not exercised, though the body is accurately reported as being covered. NBD. |
arajkumar
approved these changes
Jun 26, 2026
arajkumar
self-requested a review
June 26, 2026 02:05
thedodd
force-pushed
the
chunk-auto-pub-hook
branch
6 times, most recently
from
June 26, 2026 20:40
a475823 to
61066e7
Compare
thedodd
force-pushed
the
chunk-auto-pub-hook
branch
11 times, most recently
from
June 29, 2026 19:50
1550efd to
ad892e6
Compare
When chunk auto publication is enabled, we now emit ddl events when publications are altered for adding the new chunk.
thedodd
force-pushed
the
chunk-auto-pub-hook
branch
from
June 29, 2026 22:43
ad892e6 to
4c195e2
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
When chunk auto publication is enabled, we now emit ddl events
when publications are altered for adding the new chunk.
Will rebase this work after #10128 is merged.