pgsql: Fix the initialization of atomic variable introduced by the - Mailing list pgsql-committers

From Amit Kapila
Subject pgsql: Fix the initialization of atomic variable introduced by the
Date
Msg-id E1gMRRX-0000Jv-GT@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/d1a2fa3d9901c1e8f6bba1cecbb4ecdd64f4849e

Modified Files
--------------
src/backend/storage/lmgr/proc.c | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Fix handling of HBA ldapserver with multiple hostnames.
Next
From: Thomas Munro
Date:
Subject: Re: pgsql: Fix handling of HBA ldapserver with multiple hostnames.