summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAmit Kapila <akapila@postgresql.org>2025-10-08 03:17:05 +0000
committerAmit Kapila <akapila@postgresql.org>2025-10-08 03:17:05 +0000
commit035b09131daab84f2ed9a4a3f766bf4781fd5cbf (patch)
tree9b75d9a305121eff339ee7e2ba275425ab6e6b77 /src
parent2273fa32bce7c1fb856c726d01d8cdaaba36f849 (diff)
Fix typo in function header comment.
Reported-by: Robert Haas <robertmhaas@gmail.com> Discussion: https://postgr.es/m/CA+TgmoZYh_nw-2j_Fi9y6ZAvrpN+W1aSOFNM7Rus2Q-zTkCsQw@mail.gmail.com
Diffstat (limited to 'src')
-rw-r--r--src/backend/access/transam/twophase.c2
1 files changed, 1 insertions, 1 deletions
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.
*