aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeProjectSet.c
diff options
context:
space:
mode:
authorAmit Kapila <akapila@postgresql.org>2018-11-13 10:52:40 +0530
committerAmit Kapila <akapila@postgresql.org>2018-11-13 10:52:40 +0530
commita53bc135fb07d600869917661d65f45506165c00 (patch)
tree16943c33b755bb803f7dd70474173e8ef64e4c70 /src/backend/executor/nodeProjectSet.c
parent257ef3cd4fec7ca1213f31b660486b492b1c7031 (diff)
downloadpostgresql-a53bc135fb07d600869917661d65f45506165c00.tar.gz
postgresql-a53bc135fb07d600869917661d65f45506165c00.zip
Fix the initialization of atomic variables introduced by the
group clearing mechanism. Commits 0e141c0fbb and baaf272ac9 introduced initialization of atomic variables in InitProcess which means that it's not safe to look at those for backends that aren't currently in use. Fix that by initializing them during postmaster startup. Reported-by: Andres Freund Author: Amit Kapila Backpatch-through: 9.6 Discussion: https://postgr.es/m/20181027104138.qmbbelopvy7cw2qv@alap3.anarazel.de
Diffstat (limited to 'src/backend/executor/nodeProjectSet.c')
0 files changed, 0 insertions, 0 deletions