diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2022-10-20 09:37:06 +0200 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2022-10-20 09:41:03 +0200 |
commit | 7fd1ae987a5dc6d0b28dcc1dcd01f455049d9782 (patch) | |
tree | 8061507dae41d88c910206a86ad5312784c2f5fa /src/backend/utils/adt/numeric.c | |
parent | 16b1fe0037dc5a23dc7e2eb2ab62949800797b91 (diff) | |
download | postgresql-7fd1ae987a5dc6d0b28dcc1dcd01f455049d9782.tar.gz postgresql-7fd1ae987a5dc6d0b28dcc1dcd01f455049d9782.zip |
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.fnst@fujitsu.com>
Discussion: https://postgr.es/m/OS0PR01MB5716E2399494D4CB1A28A091942A9@OS0PR01MB5716.jpnprd01.prod.outlook.com
Diffstat (limited to 'src/backend/utils/adt/numeric.c')
0 files changed, 0 insertions, 0 deletions