Re: Resetting PGPROC atomics in ProcessInit()

From: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Andres Freund <andres(at)anarazel(dot)de>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Resetting PGPROC atomics in ProcessInit()
Date: 2018-11-13 05:48:11
Message-ID: CAA4eK1JrK81KmEFrTNUYTpPixbh8SD1u3sVwh0zUygD9kkLunA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Nov 9, 2018 at 10:28 AM Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> wrote:
>
> On Thu, Nov 8, 2018 at 4:38 PM Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> wrote:
> > On Sun, Nov 4, 2018 at 6:30 AM Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
> > > On Sat, Oct 27, 2018 at 6:41 AM Andres Freund <andres(at)anarazel(dot)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(at)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Haribabu Kommi 2018-11-13 06:02:02 Re: New function pg_stat_statements_reset_query() to reset statistics of a specific query
Previous Message Amit Kapila 2018-11-13 04:05:30 Re: doc fix for pg_stat_activity.backend_type