Skip to content

Commit 7f28a79

Browse files
committed
Remove "synchronized table states" notice message
It appears to be more confusing than useful. Reported-by: Jeff Janes <jeff.janes@gmail.com>
1 parent 03c3960 commit 7f28a79

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/backend/commands/subscriptioncmds.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -454,9 +454,6 @@ CreateSubscription(CreateSubscriptionStmt *stmt, bool isTopLevel)
454454
InvalidXLogRecPtr, false);
455455
}
456456

457-
ereport(NOTICE,
458-
(errmsg("synchronized table states")));
459-
460457
/*
461458
* If requested, create permanent slot for the subscription. We
462459
* won't use the initial snapshot for anything, so no need to

0 commit comments

Comments
 (0)