diff options
Diffstat (limited to 'src/backend/replication/logical/tablesync.c')
-rw-r--r-- | src/backend/replication/logical/tablesync.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/replication/logical/tablesync.c b/src/backend/replication/logical/tablesync.c index 9e52fc401cc..b4a7b4b7f6e 100644 --- a/src/backend/replication/logical/tablesync.c +++ b/src/backend/replication/logical/tablesync.c @@ -978,8 +978,8 @@ fetch_remote_table_info(char *nspname, char *relname, * * 2) one of the subscribed publications has puballtables set to true * - * 3) one of the subscribed publications is declared as ALL TABLES IN - * SCHEMA that includes this relation + * 3) one of the subscribed publications is declared as TABLES IN SCHEMA + * that includes this relation */ if (walrcv_server_version(LogRepWorkerWalRcvConn) >= 150000) { |