Re: Unnecessary global variable declared in xlog.c - Mailing list pgsql-hackers

From Amul Sul
Subject Re: Unnecessary global variable declared in xlog.c
Date
Msg-id CAAJ_b97h6dmBp7JPqL6fU+zbB4VSQWtTVabfh2HRWwaUiJMQpw@mail.gmail.com
Whole thread Raw
In response to Re: Unnecessary global variable declared in xlog.c  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
On Wed, Nov 17, 2021 at 7:36 AM Michael Paquier <michael@paquier.xyz> wrote:
>
> On Tue, Nov 16, 2021 at 02:08:54AM -0500, Tom Lane wrote:
> > I think LastRec was originally referenced by multiple functions
> > in xlog.c.  But it does look like it could be a local now.
>
> Thanks for double-checking, applied this one as of f975fc3.

Thank you, Michael.

Regards,
Amul



pgsql-hackers by date:

Previous
From: "houzj.fnst@fujitsu.com"
Date:
Subject: RE: Skipping logical replication transactions on subscriber side
Next
From: Etsuro Fujita
Date:
Subject: Re: postgres_fdw: commit remote (sub)transactions in parallel during pre-commit