Skip to content

Commit 8036d73

Browse files
committed
pg_wal_replay_wait(): Fix typo in the doc
Reported-by: Kevin Hale Boyes Discussion: https://postgr.es/m/CADAecHWKpaPuPGXAMOH%3DwmhTpydHWGPOk9KWX97UYhp5GdqCWw%40mail.gmail.com
1 parent 7949d95 commit 8036d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/func.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28990,7 +28990,7 @@ pg_current_wal_insert_lsn
2899028990

2899128991
Then an application could run <function>pg_wal_replay_wait</function>
2899228992
with the <acronym>lsn</acronym> obtained from primary. After that the
28993-
changes made of primary should be guaranteed to be visible on replica.
28993+
changes made on primary should be guaranteed to be visible on replica.
2899428994

2899528995
<programlisting>
2899628996
postgres=# CALL pg_wal_replay_wait('0/306EE20');

0 commit comments

Comments
 (0)