projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2273fa3
)
Fix typo in function header comment.
author
Amit Kapila
<akapila@postgresql.org>
Wed, 8 Oct 2025 03:17:05 +0000
(
03:17
+0000)
committer
Amit 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
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/transam/twophase.c
b/src/backend/access/transam/twophase.c
index d8e2fce2c99b7533d4850985c45a00048589531a..33369fbe23ab971c41e22ece69c5fd233e394dfc 100644
(file)
--- a/
src/backend/access/transam/twophase.c
+++ b/
src/backend/access/transam/twophase.c
@@
-2817,7
+2817,7
@@
LookupGXactBySubid(Oid subid)
}
/*
- * TwoPhaseGet
XidByLockingProc
+ * TwoPhaseGet
OldestXidInCommit
* Return the oldest transaction ID from prepared transactions that are
* currently in the commit critical section.
*