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 E1wwIWE-000000013ZJ-0N1b@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
------
REL_19_STABLE

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

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


Attachment

pgsql-committers by date:

Previous
From: Alexander Korotkov
Date:
Subject: pgsql: Re-register LSN waiters after stale wakeups
Next
From: Jeff Davis
Date:
Subject: pgsql: pg_locale.c: comment improvements.