pgsql: Fix WAIT FOR LSN documentation examples - Mailing list pgsql-committers

From Alexander Korotkov
Subject pgsql: Fix WAIT FOR LSN documentation examples
Date
Msg-id E1wwIWC-000000013YN-257O@gemulon.postgresql.org
Whole thread
List pgsql-committers
Fix WAIT FOR LSN documentation examples

Pad example LSNs to match pg_lsn_out() output, and use
"standby_replay LSN" in the timeout error to match the server message.

Author: Xuneng Zhou <xunengzhou@gmail.com>
Reviewed-by: Alexander Korotkov <aekorotkov@gmail.com>
Discussion: https://postgr.es/m/CABPTF7UtW_cAa%3DQh4RDfKiUqu3pJJE22ai9tbWJVERbeRyssLw%40mail.gmail.com
Backpatch-through: 19

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e1a60f5898827520a02c34842f71ce092360b8a7

Modified Files
--------------
doc/src/sgml/ref/wait_for.sgml | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)


pgsql-committers by date:

Previous
From: Amit Langote
Date:
Subject: pgsql: Fix cross-type foreign keys in the batched fast-path FK check
Next
From: Alexander Korotkov
Date:
Subject: pgsql: Avoid locking when an LSN waiter is already removed