Minor log/comment fixes

This commit is contained in:
Ian Barwick
2017-05-05 10:50:06 +09:00
committed by Ian Barwick
parent 2fa277cc53
commit 9e620656c5
2 changed files with 2 additions and 2 deletions

View File

@@ -2150,7 +2150,7 @@ do_standby_register(void)
log_err(_("no record found for upstream node %i\n"),
options.upstream_node);
/* footgun alert - only do this if you know what you're doing */
log_hint(_("use option -F/--force to create a dummy upstream record"));
log_hint(_("use option -F/--force to create a dummy upstream record\n"));
PQfinish(master_conn);
if (PQstatus(conn) == CONNECTION_OK)
PQfinish(conn);

View File

@@ -117,7 +117,7 @@ typedef struct
char recovery_min_apply_delay[MAXLEN];
/* standby register paarameters */
/* standby register parameters */
bool wait_register_sync;
int wait_register_sync_seconds;