RE: list of TransactionIds
Zhijie Hou (Fujitsu) <houzj.fnst@fujitsu.com>
From: "houzj.fnst@fujitsu.com" <houzj.fnst@fujitsu.com>
To: Alvaro Herrera <alvherre@alvh.no-ip.org>
Cc: Pg Hackers <pgsql-hackers@lists.postgresql.org>, Amit Kapila <amit.kapila16@gmail.com>
Date: 2022-10-20T07:34:31Z
Lists: pgsql-hackers
Attachments
- 0001-use-proper-macros-to-access-xid.patch (application/octet-stream) patch 0001
On Monday, July 4, 2022 9:27 PM Alvaro Herrera <alvherre@alvh.no-ip.org> wrote: Hi, > > Pushed now, to master only. Thanks for introducing these APIs! While trying to use the newly introduced list_member_xid(), I noticed that it internally use lfirst_oid instead of lfirst_xid. It works ok for now. Just in case we change xid to 64 bits in the future, I think we’d better use lfirst_xid here. Here is a tiny patch to fix that. Best regards, Hou Zhijie
Commits
-
Use proper macro to access TransactionId
- 7fd1ae987a5d 16.0 landed
-
Implement List support for TransactionId
- f10a025cfe97 16.0 landed