Re: Resetting PGPROC atomics in ProcessInit()
Amit Kapila <amit.kapila16@gmail.com>
From: Amit Kapila <amit.kapila16@gmail.com>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Andres Freund <andres@anarazel.de>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2018-11-13T05:48:11Z
Lists: pgsql-hackers
On Fri, Nov 9, 2018 at 10:28 AM Amit Kapila <amit.kapila16@gmail.com> wrote: > > On Thu, Nov 8, 2018 at 4:38 PM Amit Kapila <amit.kapila16@gmail.com> wrote: > > On Sun, Nov 4, 2018 at 6:30 AM Robert Haas <robertmhaas@gmail.com> wrote: > > > On Sat, Oct 27, 2018 at 6:41 AM Andres Freund <andres@anarazel.de> wrote: > > Okay, changed the code as per Andres's and your suggestion. Do you > > think the attached change makes sense? I think we should backpatch > > this. > > > > For 10 and 9.6, we need a slightly different patch as the change of > group clog update went in 11. Attached are the patches for the same, > note that there is a slight change in the commit message for the patch > written for 10 and 9.6. I will wait for a few days (till Tuesday@8:00 > AM IST) to see if somebody has any comments or want to review before I > push. > Pushed. -- With Regards, Amit Kapila. EnterpriseDB: http://www.enterprisedb.com
Commits
-
Fix the initialization of atomic variables introduced by the
- d4d9f21b64d4 11.2 landed
- a53bc135fb07 12.0 landed
-
Fix the initialization of atomic variable introduced by the
- 1a8bde490c98 9.6.12 landed