Backport EXTRACT identifier quoting fix to release-13.2 - #8810
Merged
ibrahim halatci (ihalatci) merged 4 commits intoAug 28, 2026
Merged
Backport EXTRACT identifier quoting fix to release-13.2#8810ibrahim halatci (ihalatci) merged 4 commits into
ibrahim halatci (ihalatci) merged 4 commits into
Conversation
Backport the focused CVE-2026-15741 fix from #8804 to the PostgreSQL versions supported by release-13.2. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Run the focused coverage from the current-only extension schedule so mixed-version jobs keep using their release-13.2 expectations. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 49709f7a-73da-4256-8380-8e46d17f61e0
Reuse the validated shared test shape so cleanup output is deterministic in the full current-version schedule. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 49709f7a-73da-4256-8380-8e46d17f61e0
Remove blank lines that the release-13 regression harness does not echo while keeping the shared SQL identical to the validated main-branch test. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 49709f7a-73da-4256-8380-8e46d17f61e0
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your project check has failed because the head coverage (29.14%) is below the target coverage (87.50%). You can increase the head coverage or adjust the target coverage.
Additional details and impacted files@@ Coverage Diff @@
## release-13.2 #8810 +/- ##
=================================================
- Coverage 88.72% 29.14% -59.59%
=================================================
Files 289 289
Lines 64633 63840 -793
Branches 8153 7992 -161
=================================================
- Hits 57348 18606 -38742
- Misses 4872 43051 +38179
+ Partials 2413 2183 -230 🚀 New features to boost your workflow:
|
ibrahim halatci (ihalatci)
merged commit Aug 28, 2026
aeac7dc
into
release-13.2
182 of 215 checks passed
ibrahim halatci (ihalatci)
deleted the
ihalatci-release-13-extract-quoting
branch
August 28, 2026 11:44
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.
Summary
quote_identifier(TextDatumGetCString(con->constvalue))only to the PostgreSQL 15, 16, and 17 ruleutils copies supported by release-13.2multi_1_create_citus_schedule, keeping it out of the N-1 matrix whose older libraries intentionally lack the fixFixes #8803.
Validation
-Werror-Werror-Werrorextract_deparseregression on PG15.19, PG16.15, and PG17.11--repeat 8 --use-whole-schedule-line(24/24 target executions passed)git diff --checkCI triage
All functional checks pass, including PG15-17 builds and regressions, style/snapshot checks, and PG17 N-1 compatibility jobs. The remaining 32
Test flakynessfailures reproduce the existingmulti_follower_dmlfailure on the latest unmodifiedrelease-13.2run: https://github.com/citusdata/citus/actions/runs/32951828115. Thecodecov/projectfailure is downstream of those baseline failures.