File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2252,7 +2252,7 @@ LogicalRepApplyLoop(XLogRecPtr last_received)
22522252 bool requestReply = false;
22532253
22542254 /*
2255- * Check if time since last receive from standby has reached the
2255+ * Check if time since last receive from primary has reached the
22562256 * configured limit.
22572257 */
22582258 if (wal_receiver_timeout > 0 )
Original file line number Diff line number Diff line change @@ -537,7 +537,7 @@ WalReceiverMain(void)
537537 bool requestReply = false;
538538
539539 /*
540- * Check if time since last receive from standby has
540+ * Check if time since last receive from primary has
541541 * reached the configured limit.
542542 */
543543 if (wal_receiver_timeout > 0 )
Original file line number Diff line number Diff line change @@ -1368,7 +1368,7 @@ both B<stdout> and B<stderr> the results may be interleaved unpredictably.
13681368=item on_error_stop => 1
13691369
13701370By default, the B<psql > method invokes the B<psql > program with ON_ERROR_STOP=1
1371- set, so SQL execution is stopped at the first error and exit code 2 is
1371+ set, so SQL execution is stopped at the first error and exit code 3 is
13721372returned. Set B<on_error_stop > to 0 to ignore errors instead.
13731373
13741374=item on_error_die => 0
Original file line number Diff line number Diff line change 145145# that all segments needed are restored from the archives.
146146$standby1 -> poll_query_until(' postgres' ,
147147 qq{ SELECT pg_wal_lsn_diff(pg_last_wal_replay_lsn(), '$primary_lsn ') >= 0 }
148- ) or die " Timed out while waiting for xlog replay on standby2 " ;
148+ ) or die " Timed out while waiting for xlog replay on standby1 " ;
149149
150150$standby1 -> safe_psql(' postgres' , q{ CHECKPOINT} );
151151
You can’t perform that action at this time.
0 commit comments