From: Bertrand Drouvot Date: Mon, 31 Aug 2026 07:54:08 +0000 Subject: [PATCH v1 2/2] Fix outdated function name in 001_start_stop.pl Commit a745b936507 renamed wait_for_postmaster() to wait_for_postmaster_start(), but missed this reference in 001_start_stop.pl. Update the comment. Author: Bertrand Drouvot Reviewed-by: Discussion: https://postgr.es/m/... --- src/bin/pg_ctl/t/001_start_stop.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 100.0% src/bin/pg_ctl/t/ diff --git a/src/bin/pg_ctl/t/001_start_stop.pl b/src/bin/pg_ctl/t/001_start_stop.pl index a189b379f55..38634fd26ce 100644 --- a/src/bin/pg_ctl/t/001_start_stop.pl +++ b/src/bin/pg_ctl/t/001_start_stop.pl @@ -55,7 +55,7 @@ command_like($ctlcmd, qr/done.*server started/s, 'pg_ctl start'); # sleep here is because Windows builds can't check postmaster.pid exactly, # so they may mistake a pre-existing postmaster.pid for one created by the # postmaster they start. Waiting more than the 2 seconds slop time allowed -# by wait_for_postmaster() prevents that mistake. +# by wait_for_postmaster_start() prevents that mistake. sleep 3 if ($windows_os); command_fails([ 'pg_ctl', 'start', '--pgdata' => "$tempdir/data" ], 'second pg_ctl start fails'); -- 2.34.1 --cPum+Eb+s0rOlekU--