mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Fix redundancy in error message
Discussion: https://www.postgresql.org/message-id/flat/E1vEsbx-004QDO-0o%40gemulon.postgresql.org
This commit is contained in:
parent
5114d62e74
commit
83122538f2
1 changed files with 1 additions and 1 deletions
|
|
@ -704,7 +704,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…
Reference in a new issue