Re: GlobalVisIsRemovableFullXid() vs GlobalVisCheckRemovableXid()
Peter Geoghegan <pg@bowt.ie>
From: Peter Geoghegan <pg@bowt.ie>
To: Andres Freund <andres@anarazel.de>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-02-07T03:41:39Z
Lists: pgsql-hackers
On Sat, Feb 6, 2021 at 7:40 PM Andres Freund <andres@anarazel.de> wrote: > Looks like a mistake on my part... Probably a rename regex that somehow > went wrong - I went back and forth on those names way too many > times. Want me to push the fix? Yes, please do. I could do it myself, but better that you do it yourself, just in case. -- Peter Geoghegan
Commits
-
ReadNewTransactionId() -> ReadNextTransactionId().
- c7ecd6af010e 14.0 landed
-
Rename removable xid function for consistency.
- 617fffee8a6f 14.0 landed
-
Add basic infrastructure for 64 bit transaction IDs.
- 2fc7af5e9660 12.0 cited