Fix incorrect function name in comments

Alexander Korotkov <akorotkov@postgresql.org>

Commit: 23792d7381583d04c4bbd0a8507566401ec013d3
Author: Alexander Korotkov <akorotkov@postgresql.org>
Date: 2025-11-15T10:27:42Z
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>

Files

PathChange+/−
src/backend/commands/wait.c modified +1 −2
src/include/access/xlogwait.h modified +1 −1

Discussion