]> granicus.if.org Git - postgresql/commit
Fix the initialization of atomic variable introduced by the
authorAmit Kapila <akapila@postgresql.org>
Tue, 13 Nov 2018 05:06:59 +0000 (10:36 +0530)
committerAmit Kapila <akapila@postgresql.org>
Tue, 13 Nov 2018 05:06:59 +0000 (10:36 +0530)
commitd1a2fa3d9901c1e8f6bba1cecbb4ecdd64f4849e
treec321e662517f949c00ced245c307c62599ffe241
parent5574a0181962195f355863940f1c010f8e9875f6
Fix the initialization of atomic variable introduced by the
group clearing mechanism.

Commit 0e141c0fbb introduced initialization of atomic variable in
InitProcess which means that it's not safe to look at it for backends that
aren't currently in use.  Fix that by initializing the same during postmaster
startup.

Reported-by: Andres Freund
Author: Amit Kapila
Backpatch-through: 9.6
Discussion:https://postgr.es/m/20181027104138.qmbbelopvy7cw2qv@alap3.anarazel.de
src/backend/storage/lmgr/proc.c