Re: pgsql: Emit invalidations to standby for transactions without xid. - Mailing list pgsql-committers

From Andres Freund
Subject Re: pgsql: Emit invalidations to standby for transactions without xid.
Date
Msg-id 20160427034225.owpxnuec24rkpijs@alap3.anarazel.de
Whole thread Raw
In response to pgsql: Emit invalidations to standby for transactions without xid.  (Andres Freund <andres@anarazel.de>)
List pgsql-committers
Hi,

On 2016-04-27 03:35:56 +0000, Andres Freund wrote:
> Emit invalidations to standby for transactions without xid.

Damnit.  I shouldn't have worked on this while tired.  I wanted to
rebase to remove this commit after performing my testing for
http://archives.postgresql.org/message-id/E1avGGa-0007I0-Ua%40gemulon.postgresql.org
. But I somehow only removed the testing commit.

Now that I pushed it, I'm inclined to leave this in. Afaik the only
thing Michael's review has found is one typo and one copy-pasto. But
Simon didn't comment yet on whether he agreed on this path, Simon?

I'm planning, independent of whether people vote for reverting this till
then, on making a backpatchable version of this commit.

Andres


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Don't open formally non-existent segments in _mdfd_getseg().
Next
From: Michael Paquier
Date:
Subject: Re: Re: pgsql: Convert contrib/seg's bool-returning SQL functions to V1 call co