]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Fix typo in function header comment.
authorAmit Kapila <akapila@postgresql.org>
Wed, 8 Oct 2025 03:17:05 +0000 (03:17 +0000)
committerAmit Kapila <akapila@postgresql.org>
Wed, 8 Oct 2025 03:17:05 +0000 (03:17 +0000)
Reported-by: Robert Haas <robertmhaas@gmail.com>
Discussion: https://postgr.es/m/CA+TgmoZYh_nw-2j_Fi9y6ZAvrpN+W1aSOFNM7Rus2Q-zTkCsQw@mail.gmail.com

src/backend/access/transam/twophase.c

index d8e2fce2c99b7533d4850985c45a00048589531a..33369fbe23ab971c41e22ece69c5fd233e394dfc 100644 (file)
@@ -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.
  *