Commit 7f28a794 authored by Peter Eisentraut's avatar Peter Eisentraut

Remove "synchronized table states" notice message

It appears to be more confusing than useful.
Reported-by: default avatarJeff Janes <jeff.janes@gmail.com>
parent 03c39608
...@@ -454,9 +454,6 @@ CreateSubscription(CreateSubscriptionStmt *stmt, bool isTopLevel) ...@@ -454,9 +454,6 @@ CreateSubscription(CreateSubscriptionStmt *stmt, bool isTopLevel)
InvalidXLogRecPtr, false); InvalidXLogRecPtr, false);
} }
ereport(NOTICE,
(errmsg("synchronized table states")));
/* /*
* If requested, create permanent slot for the subscription. We * If requested, create permanent slot for the subscription. We
* won't use the initial snapshot for anything, so no need to * won't use the initial snapshot for anything, so no need to
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment