pgsql: Fix incorrect function name in comments - Mailing list pgsql-committers

From Alexander Korotkov
Subject pgsql: Fix incorrect function name in comments
Date
Msg-id E1vKDVj-006iAf-16@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix incorrect function name in comments

Update comments to reference WaitForLSN() instead of the outdated
WaitForLSNReplay() function name.

Discussion: https://postgr.es/m/CABPTF7UieOYbOgH3EnQCasaqcT1T4N6V2wammwrWCohQTnD_Lw%40mail.gmail.com
Author: Xuneng Zhou <xunengzhou@gmail.com>
Reviewed-by: Alexander Korotkov <aekorotkov@gmail.com>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/23792d7381583d04c4bbd0a8507566401ec013d3

Modified Files
--------------
src/backend/commands/wait.c   | 3 +--
src/include/access/xlogwait.h | 2 +-
2 files changed, 2 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: pgsql: Add test for postgresql.conf.sample line syntax
Next
From: David Rowley
Date:
Subject: pgsql: Doc: include MERGE in variable substitution command list