| From: | Alexander Korotkov <akorotkov(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Fix incorrect function name in comments |
| Date: | 2025-11-15 10:28:03 |
| Message-ID: | E1vKDVj-006iAf-16@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(at)gmail(dot)com>
Reviewed-by: Alexander Korotkov <aekorotkov(at)gmail(dot)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(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | David Rowley | 2025-11-16 21:51:58 | pgsql: Doc: include MERGE in variable substitution command list |
| Previous Message | Daniel Gustafsson | 2025-11-14 22:55:37 | pgsql: Add test for postgresql.conf.sample line syntax |