Minor cleanup related to pg_wal_replay_wait() procedure
authorAlexander Korotkov <[email protected]>
Tue, 17 Sep 2024 19:50:43 +0000 (22:50 +0300)
committerAlexander Korotkov <[email protected]>
Tue, 17 Sep 2024 19:50:43 +0000 (22:50 +0300)
commit85b98b8d5a48092acd03db76a8bf02d9c38c1d79
treeb9c5655fd57c7c75b05356104dadc7ce16d54001
parentd8adfc18bebfb1b69b456a00e67453775a77f594
Minor cleanup related to pg_wal_replay_wait() procedure

 * Rename $node_standby1 to $node_standby in 043_wal_replay_wait.pl as there
   is only one standby.
 * Remove useless debug printing in 043_wal_replay_wait.pl.
 * Fix typo in one check description in 043_wal_replay_wait.pl.
 * Fix some wording in comments and documentation.

Reported-by: Alexander Lakhin
Discussion: https://postgr.es/m/1d7b08f2-64a2-77fb-c666-c9a74c68eeda%40gmail.com
Reviewed-by: Alexander Lakhin
doc/src/sgml/func.sgml
src/backend/access/transam/xlog.c
src/backend/commands/waitlsn.c
src/test/recovery/t/043_wal_replay_wait.pl