From: Peter Eisentraut Date: Mon, 12 Jun 2017 15:42:06 +0000 (-0400) Subject: Remove "synchronized table states" notice message X-Git-Tag: REL_10_BETA2~179 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f28a7946a37e1716fe12c9e8466dbb868292087;p=postgresql Remove "synchronized table states" notice message It appears to be more confusing than useful. Reported-by: Jeff Janes --- diff --git a/src/backend/commands/subscriptioncmds.c b/src/backend/commands/subscriptioncmds.c index 8ec8742480..5aae7b6f91 100644 --- a/src/backend/commands/subscriptioncmds.c +++ b/src/backend/commands/subscriptioncmds.c @@ -454,9 +454,6 @@ CreateSubscription(CreateSubscriptionStmt *stmt, bool isTopLevel) InvalidXLogRecPtr, false); } - ereport(NOTICE, - (errmsg("synchronized table states"))); - /* * If requested, create permanent slot for the subscription. We * won't use the initial snapshot for anything, so no need to