mirror of
https://github.com/postgres/postgres.git
synced 2025-08-08 06:02:22 +03:00
Cosmetic fixes for pg_createsubscriber's -all option.
Author: Peter Smith <smithpb2250@gmail.com> Reviewed-by: Amit Kapila <amit.kapila16@gmail.com> Discussion: https://postgr.es/m/CAHut+PsmSCQ-ENSDQ0YOUcsgzT=GG-E9jyXBvxd51A_dMXH5XA@mail.gmail.com
This commit is contained in:
@@ -1963,8 +1963,8 @@ enable_subscription(PGconn *conn, const struct LogicalRepInfo *dbinfo)
|
||||
}
|
||||
|
||||
/*
|
||||
* Fetch a list of all not-template databases from the source server and form
|
||||
* a list such that they appear as if the user has specified multiple
|
||||
* Fetch a list of all connectable non-template databases from the source server
|
||||
* and form a list such that they appear as if the user has specified multiple
|
||||
* --database options, one for each source database.
|
||||
*/
|
||||
static void
|
||||
|
Reference in New Issue
Block a user