From 7f28a7946a37e1716fe12c9e8466dbb868292087 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 12 Jun 2017 11:42:06 -0400 Subject: [PATCH] Remove "synchronized table states" notice message It appears to be more confusing than useful. Reported-by: Jeff Janes --- src/backend/commands/subscriptioncmds.c | 3 --- 1 file changed, 3 deletions(-) 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