10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 800cd3e commit 1330843Copy full SHA for 1330843
src/bin/pg_basebackup/pg_createsubscriber.c
@@ -2207,12 +2207,7 @@ main(int argc, char **argv)
2207
pg_log_info("stopping the subscriber");
2208
stop_standby_server(subscriber_dir);
2209
2210
- /*
2211
- * Create the required objects for each database on publisher. This step
2212
- * is here mainly because if we stop the standby we cannot verify if the
2213
- * primary slot is in use. We could use an extra connection for it but it
2214
- * doesn't seem worth.
2215
- 4CB2 */
+ /* Create the required objects for each database on publisher */
2216
consistent_lsn = setup_publisher(dbinfo);
2217
2218
/* Write the required recovery parameters */
0 commit comments