pgsql: Use proper macro to access TransactionId

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Use proper macro to access TransactionId
Date: 2022-10-20 07:43:49
Message-ID: E1olQDV-003B5M-9g@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Use proper macro to access TransactionId

In commit f10a025cfe97 I mistakenly used list_member_oid in a place
where list_member_xid is called for. (Currently innocuous as both
typedefs are pretty much identical, but if we change either, it'll
become broken.) Repair.

Author: Hou Zhijie <houzj(dot)fnst(at)fujitsu(dot)com>
Discussion: https://postgr.es/m/OS0PR01MB5716E2399494D4CB1A28A091942A9@OS0PR01MB5716.jpnprd01.prod.outlook.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7fd1ae987a5dc6d0b28dcc1dcd01f455049d9782

Modified Files
--------------
src/backend/nodes/list.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Dean Rasheed 2022-10-20 09:14:05 pgsql: Improve the accuracy of numeric power() for integer exponents.
Previous Message Amit Kapila 2022-10-20 04:23:45 pgsql: Fix assertion failures while processing NEW_CID record in logica