mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Remove "synchronized table states" notice message
It appears to be more confusing than useful. Reported-by: Jeff Janes <jeff.janes@gmail.com>
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user