Re: [PATCH] PostgresNode.pm enhancements, pg_lsn helper, and some more recovery tests

From: Craig Ringer <craig(at)2ndquadrant(dot)com>
To: Simon Riggs <simon(at)2ndquadrant(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>, Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Subject: Re: [PATCH] PostgresNode.pm enhancements, pg_lsn helper, and some more recovery tests
Date: 2017-01-04 04:39:13
Message-ID: CAMsr+YFMxnoNNwpTa_AEdikFbrWDOowyXTybRm+L+sBxgwQ-MA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 3 January 2017 at 12:36, Craig Ringer <craig(at)2ndquadrant(dot)com> wrote:
> On 2 January 2017 at 20:17, Simon Riggs <simon(at)2ndquadrant(dot)com> wrote:
>
>> Bit confused... can't see a caller for wait_for_slot_catchup() and the
>> slot tests don't call it AFAICS.
>
> The recovery tests for decoding on standby will use it. I can delay
> adding it until then.
>
>> Also can't see anywhere the LSN stuff is used either.
>
> Removed after discussion with Michael in the logical decoding on standby thread.
>
> I'll be posting a new patch series there shortly, which removes
> pg_lsn.pm and modifies the PostgresNode.pm changes per discussion. If
> you're able to commit the updated PostgresNode.pm and new standby
> tests that'd be very handy.

To keep things together, I've followed up on the logical decoding on
standby thread that now incorporates all these patches.

--
Craig Ringer http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ashutosh Bapat 2017-01-04 04:44:18 Re: Add support to COMMENT ON CURRENT DATABASE
Previous Message Ashutosh Bapat 2017-01-04 04:30:36 Re: Assignment of valid collation for SET operations on queries with UNKNOWN types.