Re: pgsql: Document XLOG_INCLUDE_XID a little better

From: Dilip Kumar <dilipbalaut(at)gmail(dot)com>
To: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Cc: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, Robert Haas <robertmhaas(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: pgsql: Document XLOG_INCLUDE_XID a little better
Date: 2021-10-27 11:09:09
Message-ID: CAFiTN-sVUZNivBd4h=1R21FRDadsoRAmObDRSAh=JRW+4tqyag@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Tue, Oct 26, 2021 at 9:19 AM Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> wrote:
>
> On Mon, Oct 25, 2021 at 4:21 PM Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> wrote:
> >
> > On Thu, Oct 21, 2021 at 11:20 AM Dilip Kumar <dilipbalaut(at)gmail(dot)com> wrote:
> > >
> > > On Thu, Oct 21, 2021 at 9:11 AM Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> wrote:
> > > >
> > >
> > > v5-0001, incorporates all the comment fixes suggested by Alvaro. and
> > > 0001 is an additional patch which moves
> > > MarkCurrentTransactionIdLoggedIfAny(), out of the critical section.
> > >
> >
> > Thanks, both your patches look good to me except that we need to
> > remove the sentence related to the revert of ade24dab97 from the
> > commit message. I think we should backpatch the first patch to 14
> > where it was introduced and commit the second patch (related to moving
> > code out of critical section) only to HEAD but we can even backpatch
> > the second one till 9.6 for the sake of consistency. What do you guys
> > think?
> >
>
> The other option could be to just commit both these patches in HEAD as
> there is no correctness issue here.

Right, even I feel we should just commit it to the HEAD as there is no
correctness issue.

--
Regards,
Dilip Kumar
EnterpriseDB: http://www.enterprisedb.com

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2021-10-27 14:30:41 pgsql: Clarify that --system reindexes system catalogs *only*
Previous Message Michael Paquier 2021-10-27 07:03:15 pgsql: Add test for copy of shared dependencies from template database

Browse pgsql-hackers by date

  From Date Subject
Next Message Matthias van de Meent 2021-10-27 11:25:15 Re: Next Steps with Hash Indexes
Previous Message Amit Kapila 2021-10-27 10:57:41 Re: Next Steps with Hash Indexes