Revert "pg_createsubscriber: Add log message when no publications exist to drop."
authorMasahiko Sawada <msawada@postgresql.org>
Wed, 15 Oct 2025 00:36:11 +0000 (17:36 -0700)
committerMasahiko Sawada <msawada@postgresql.org>
Wed, 15 Oct 2025 00:36:11 +0000 (17:36 -0700)
commit45a7faf130176ae7c152413967c7c90068476a94
tree6106d9ab942ea7e423c96789c8e59732be0bda35
parent3e4705484e0c64c7e90d5cc697a9aaf474287d0d
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
src/bin/pg_basebackup/pg_createsubscriber.c