diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2017-06-12 11:42:06 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2017-06-12 11:42:06 -0400 |
commit | 7f28a7946a37e1716fe12c9e8466dbb868292087 (patch) | |
tree | d6076f8cff4ead675b821a136043b96e3f72dafc | |
parent | 03c396080ddc77b188a11dd54aa2a075ab2718e0 (diff) | |
download | postgresql-7f28a7946a37e1716fe12c9e8466dbb868292087.tar.gz postgresql-7f28a7946a37e1716fe12c9e8466dbb868292087.zip |
Remove "synchronized table states" notice message
It appears to be more confusing than useful.
Reported-by: Jeff Janes <jeff.janes@gmail.com>
-rw-r--r-- | src/backend/commands/subscriptioncmds.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/backend/commands/subscriptioncmds.c b/src/backend/commands/subscriptioncmds.c index 8ec87424802..5aae7b6f916 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 |