Re: comment for TwoPhaseGetOldestXidInCommit

Amit Kapila <amit.kapila16@gmail.com>

From: Amit Kapila <amit.kapila16@gmail.com>
To: Robert Haas <robertmhaas@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-10-08T02:55:04Z
Lists: pgsql-hackers
On Tue, Oct 7, 2025 at 9:56 PM Robert Haas <robertmhaas@gmail.com> wrote:
>
> I noticed today that TwoPhaseGetOldestXidInCommit has a header comment
> where the same function is called TwoPhaseGetXidByLockingProc:
>
...
>
> This inconsistency should be corrected.
>

Right, I'll take care of it. Thanks for the report.

-- 
With Regards,
Amit Kapila.



Commits

  1. Fix typo in function header comment.