| From: | Jeff Davis <jdavis(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Revert "Validate subscription conninfo on owner change" |
| Date: | 2026-08-05 20:26:31 |
| Message-ID: | E1wriC7-00000000LHN-0ORA@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Revert "Validate subscription conninfo on owner change"
This reverts commit 1c9c35890421e96a91129b51f2c6446a6d95af95.
Raising errors during OWNER TO can cause problems during restore. An
upcoming commit will avoid other errors that can happen in this path.
Reviewed-by: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Discussion: https://postgr.es/m/e103ae8daf74485e0c0ebde297fae735d38f54d1.camel@j-davis.com
Backpatch-through: 19
Branch
------
REL_19_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/45b479a836ec5434933b5d57fdc2c215b7e11b61
Modified Files
--------------
doc/src/sgml/ref/alter_subscription.sgml | 7 -------
src/backend/commands/subscriptioncmds.c | 14 ++------------
src/test/regress/expected/subscription.out | 17 -----------------
src/test/regress/regress.c | 9 ---------
src/test/regress/sql/subscription.sql | 15 ---------------
5 files changed, 2 insertions(+), 60 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Paquier | 2026-08-05 23:19:40 | pgsql: Remove redundant unlink() in KeepFileRestoredFromArchive() for n |
| Previous Message | Jeff Davis | 2026-08-05 20:26:27 | pgsql: Revert "Validate subscription conninfo on owner change" |