pgsql: Rename WAIT FOR to WAIT in one more place

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Rename WAIT FOR to WAIT in one more place
Date: 2026-09-18 08:23:08
Message-ID: E1x7TsC-00000000EhL-279b@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Rename WAIT FOR to WAIT in one more place

Commit 1a562a2661b renamed WAIT FOR to WAIT, but missed one error
message. In passing, also update a few code comments.

Branch
------
REL_19_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/e527bf17d045e0bc1f15fa6a1afeb6d5a4ff8709

Modified Files
--------------
src/backend/commands/wait.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Etsuro Fujita 2026-09-18 08:47:34 pgsql: postgres_fdw: Fix oversights in fetch_attstats().
Previous Message Alexander Korotkov 2026-09-18 06:39:03 pgsql: Say what WAIT's snapshot restriction actually is