Remove "synchronized table states" notice message

It appears to be more confusing than useful.

Reported-by: Jeff Janes <jeff.janes@gmail.com>
pull/23/head
Peter Eisentraut 8 years ago
parent 03c396080d
commit 7f28a7946a
  1. 3
      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

Loading…
Cancel
Save