pgsql: Fix WAIT FOR LSN documentation examples

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix WAIT FOR LSN documentation examples
Date: 2026-08-18 12:02:15
Message-ID: E1wwIWE-000000013ZJ-0N1b@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(at)gmail(dot)com>
Reviewed-by: Alexander Korotkov <aekorotkov(at)gmail(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2026-08-18 12:19:09 pgsql: Message style fixes
Previous Message Alexander Korotkov 2026-08-18 12:02:13 pgsql: Clarify LSN waiter cleanup after wakeup