1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-16 17:07:43 +03:00

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
This commit is contained in:
Amit Kapila
2025-10-08 03:17:05 +00:00
parent 2273fa32bc
commit 035b09131d

View File

@@ -2817,7 +2817,7 @@ LookupGXactBySubid(Oid subid)
} }
/* /*
* TwoPhaseGetXidByLockingProc * TwoPhaseGetOldestXidInCommit
* Return the oldest transaction ID from prepared transactions that are * Return the oldest transaction ID from prepared transactions that are
* currently in the commit critical section. * currently in the commit critical section.
* *