From: Amit Kapila Date: Wed, 8 Oct 2025 03:17:05 +0000 (+0000) Subject: Fix typo in function header comment. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=035b09131daab84f2ed9a4a3f766bf4781fd5cbf;p=thirdparty%2Fpostgresql.git Fix typo in function header comment. Reported-by: Robert Haas Discussion: https://postgr.es/m/CA+TgmoZYh_nw-2j_Fi9y6ZAvrpN+W1aSOFNM7Rus2Q-zTkCsQw@mail.gmail.com --- diff --git a/src/backend/access/transam/twophase.c b/src/backend/access/transam/twophase.c index d8e2fce2c99..33369fbe23a 100644 --- a/src/backend/access/transam/twophase.c +++ b/src/backend/access/transam/twophase.c @@ -2817,7 +2817,7 @@ LookupGXactBySubid(Oid subid) } /* - * TwoPhaseGetXidByLockingProc + * TwoPhaseGetOldestXidInCommit * Return the oldest transaction ID from prepared transactions that are * currently in the commit critical section. *