Peter Eisentraut 1 month ago
parent 07b3df5d00
commit 150e24501b
  1. 2
      src/bin/pg_basebackup/pg_createsubscriber.c

@ -707,7 +707,7 @@ modify_subscriber_sysid(const struct CreateSubscriberOptions *opt)
int rc = system(cmd_str);
if (rc == 0)
pg_log_info("subscriber successfully reset WAL on the subscriber");
pg_log_info("successfully reset WAL on the subscriber");
else
pg_fatal("could not reset WAL on subscriber: %s", wait_result_to_str(rc));
}

Loading…
Cancel
Save