Revert "pg_createsubscriber: Add log message when no publications exist to drop."
Masahiko Sawada <msawada@postgresql.org>
Author:
Masahiko Sawada <msawada@postgresql.org>
Date: 2025-10-15T00:36:11Z
Releases:
19 (unreleased)
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
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_basebackup/pg_createsubscriber.c | modified | +4 −9 |
Discussion
- pg_createsubscriber - more logging to say if there are no pubs to drop 8 messages · 2025-10-09 → 2025-10-15