From 23792d7381583d04c4bbd0a8507566401ec013d3 Mon Sep 17 00:00:00 2001 From: Alexander Korotkov Date: Sat, 15 Nov 2025 12:16:54 +0200 Subject: 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 Reviewed-by: Alexander Korotkov --- src/include/access/xlogwait.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/access/xlogwait.h b/src/include/access/xlogwait.h index 4dc328b1b07..f43e481c3b9 100644 --- a/src/include/access/xlogwait.h +++ b/src/include/access/xlogwait.h @@ -20,7 +20,7 @@ #include "tcop/dest.h" /* - * Result statuses for WaitForLSNReplay(). + * Result statuses for WaitForLSN(). */ typedef enum { -- cgit v1.2.3