| From: | Jeff Davis <jdavis(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Avoid errors during ALTER SUBSCRIPTION. |
| Date: | 2026-06-17 22:52:26 |
| Message-ID: | E1wZz7R-000mIh-37@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Avoid errors during ALTER SUBSCRIPTION.
Previously, when retrieving the old Subscription object, constructing
the conninfo could encounter an error during
ForeignServerConnectionString(). ACL errors were handled properly, but
other errors could interfere with a user fixing the problem with ALTER
SUBSCRIPTION.
Reported-by: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Reviewed-by: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Discussion: https://postgr.es/m/D908370F-2695-4231-851D-17179A6A6F2A@gmail.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/e5c40584a712e8f8c6bd9a7a87bdb855cfd2f20b
Modified Files
--------------
src/backend/catalog/pg_subscription.c | 72 +++++++++++--------
src/backend/commands/subscriptioncmds.c | 111 +++++++++++++++++++++--------
src/backend/replication/logical/worker.c | 4 +-
src/include/catalog/pg_subscription.h | 3 +-
src/test/regress/expected/subscription.out | 29 ++++++--
src/test/regress/regress.c | 3 +
src/test/regress/sql/subscription.sql | 35 +++++++--
7 files changed, 184 insertions(+), 73 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2026-06-17 23:33:55 | pgsql: doc PG 19 relnotes: mention pg_dump{all} & standard_conforming_s |
| Previous Message | Jacob Champion | 2026-06-17 20:55:58 | pgsql: libpq-oauth: Print libcurl version with OAUTHDEBUG_UNSAFE_TRACE |