mirror of
https://github.com/postgres/postgres.git
synced 2025-04-29 13:56:47 +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:
parent
03c396080d
commit
7f28a7946a
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user