From 85b98b8d5a48092acd03db76a8bf02d9c38c1d79 Mon Sep 17 00:00:00 2001 From: Alexander Korotkov Date: Tue, 17 Sep 2024 22:50:43 +0300 Subject: 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 84eb3a45eea..6f75bd0c7d2 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -29076,7 +29076,7 @@ postgres=# SELECT * FROM movie WHERE genre = 'Drama'; (0 rows) - It may also happen that target lsn is not achieved + It may also happen that target lsn is not reached within the timeout. In that case the error is thrown. -- cgit v1.2.3