Re: pgsql: Emit invalidations to standby for transactions without xid.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org, Robert Haas <robertmhaas(at)gmail(dot)com>, Simon Riggs <simon(at)2ndQuadrant(dot)com>, Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Subject: Re: pgsql: Emit invalidations to standby for transactions without xid.
Date: 2016-04-27 03:42:25
Message-ID: 20160427034225.owpxnuec24rkpijs@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-committers by date

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