Re: [HACKERS] [PATCH] PostgresNode.pm enhancements, pg_lsn helper,and some more recovery tests - Mailing list pgsql-hackers

From Craig Ringer
Subject Re: [HACKERS] [PATCH] PostgresNode.pm enhancements, pg_lsn helper,and some more recovery tests
Date
Msg-id CAMsr+YE5hV2Mt30ztx6PkgjDYt4KgRmwpJ_aOvcswTmCGEW-oA@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] [PATCH] PostgresNode.pm enhancements, pg_lsn helper,and some more recovery tests  (Simon Riggs <simon@2ndquadrant.com>)
Responses Re: [HACKERS] [PATCH] PostgresNode.pm enhancements, pg_lsn helper,and some more recovery tests  (Craig Ringer <craig@2ndquadrant.com>)
List pgsql-hackers
On 2 January 2017 at 20:17, Simon Riggs <simon@2ndquadrant.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.

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



pgsql-hackers by date:

Previous
From: Pavan Deolasee
Date:
Subject: Re: [HACKERS] Patch: Write Amplification Reduction Method (WARM)
Next
From: Ashutosh Bapat
Date:
Subject: Re: [HACKERS] Add support to COMMENT ON CURRENT DATABASE