PG19 Beta3: adapt COPY regressions to psql input draining - #8785
Open
ibrahim halatci (ihalatci) wants to merge 1 commit into
Open
PG19 Beta3: adapt COPY regressions to psql input draining#8785ibrahim halatci (ihalatci) wants to merge 1 commit into
ibrahim halatci (ihalatci) wants to merge 1 commit into
Conversation
Contributor
Author
|
Release-review blocker: the current end-anchored |
29 tasks
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## pg19-support #8785 +/- ##
================================================
+ Coverage 88.69% 88.75% +0.05%
================================================
Files 289 289
Lines 65062 65065 +3
Branches 8200 8201 +1
================================================
+ Hits 57709 57746 +37
+ Misses 4984 4955 -29
+ Partials 2369 2364 -5 🚀 New features to boost your workflow:
|
Use psql's exact client version to select the PG19 beta3 and later COPY behavior while retaining legacy COPY commands for beta1, beta2, and PostgreSQL 16-18. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 809b79c3-b004-47c3-8e1d-4ba1af5b9eb5
ibrahim halatci (ihalatci)
force-pushed
the
ihalatci-pg19-copy-8781
branch
from
August 19, 2026 16:20
e541ae5 to
2d3b915
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.
Summary
PostgreSQL 19 Beta3 psql commit
d6ab88dchanged how input is drained after an early server-side COPY rejection. The affected regression tests could consequently consume following SQL as COPY data or otherwise desynchronize their scripts.VERSION_NUMandVERSION_NAME, including whitespace-suffixed packaged version names\copy ... FROM PROGRAM 'true'only for PG19 Beta3+/RC/final early-failure pathsintermediate_resultschild psql COPY and CREATE as two-ccommands in one-1transactionAffected schedules
check-multicheck-multi-1check-multi-1-create-cituscheck-enterprisecheck-follower-clusterValidation
33 / 8 / 194 / 211 / 35)33 / 8 / 194 / 211 / 35); the validation-only GUC edit was restored byte-for-byteCloses #8781