From: | Masahiko Sawada <msawada(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Revert "pg_createsubscriber: Add log message when no publication |
Date: | 2025-10-15 00:36:31 |
Message-ID: | E1v8pVH-001jdF-1l@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Revert "pg_createsubscriber: Add log message when no publications exist to drop."
This reverts commit 74ac377d75135e02064fc4427bec401277b4f60c.
The previous change contained a misconception about how publications
are cleaned up on the subscriber. The newly added log message could
confuse users, particularly when running pg_createsubscriber with
--dry-run - users would see a "dropping publication" message
immediately followed by a "no publications found" message.
Discussion: https://postgr.es/m/CAHut+Pu7xz1LqNvyQyvSHrV0Sw6D=e6T-Jm=gh1MRJrkuWGyBQ@mail.gmail.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/45a7faf130176ae7c152413967c7c90068476a94
Modified Files
--------------
src/bin/pg_basebackup/pg_createsubscriber.c | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2025-10-15 01:01:21 | pgsql: pg_combinebackup: Use new routine to retrieve data of PG_VERSION |
Previous Message | Melanie Plageman | 2025-10-14 21:44:56 | pgsql: Make heap_page_is_all_visible independent of LVRelState |