Re: Should we add xid_current() or a int8->xid cast?
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Thomas Munro <thomas.munro@gmail.com>
Cc: Andres Freund <andres@anarazel.de>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2019-09-10T00:13:25Z
Lists: pgsql-hackers
Thomas Munro <thomas.munro@gmail.com> writes: > On Sun, Sep 1, 2019 at 5:04 PM Thomas Munro <thomas.munro@gmail.com> wrote: >> Adding to CF. > Rebased. An OID clashed so re-roll the dice. Also spotted a typo. FWIW, I'd move *all* the OIDs added by this patch up to >= 8000. I don't feel a strong need to fill in the gaps in the low-numbered OIDs, and people who do try that are likely to hit problems of the sort you just did. regards, tom lane
Commits
-
Introduce xid8-based functions to replace txid_XXX.
- 4c04be9b05ad 13.0 landed
-
Add SQL type xid8 to expose FullTransactionId to users.
- aeec457de8a8 13.0 landed
-
Replace the former method of determining snapshot xmax --- to wit, calling
- 6bd4f401b0cb 8.3.0 cited