aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_expr.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2012-08-08 11:52:02 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2012-08-08 11:52:02 -0400
commitdb108349bf7fe7fe82e2ff32e42436cfbc4f37dc (patch)
tree16969ff44a50288ce8d9fc48a69454cd1239aca3 /src/backend/parser/parse_expr.c
parent5ebaaa49445eb1ba7b299bbea3a477d4e4c0430b (diff)
downloadpostgresql-db108349bf7fe7fe82e2ff32e42436cfbc4f37dc.tar.gz
postgresql-db108349bf7fe7fe82e2ff32e42436cfbc4f37dc.zip
Fix TwoPhaseGetDummyBackendId().
This was broken in commit ed0b409d22346b1b027a4c2099ca66984d94b6dd, which revised the GlobalTransactionData struct to not include the associated PGPROC as its first member, but overlooked one place where a cast was used in reliance on that equivalence. The most effective way of fixing this seems to be to create a new function that looks up the GlobalTransactionData struct given the XID, and make both TwoPhaseGetDummyBackendId and TwoPhaseGetDummyProc rely on that. Per report from Robert Ross.
Diffstat (limited to 'src/backend/parser/parse_expr.c')
0 files changed, 0 insertions, 0 deletions