Re: WIP: Access method extendability

From: Alexander Korotkov <a(dot)korotkov(at)postgrespro(dot)ru>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Cc: Teodor Sigaev <teodor(at)sigaev(dot)ru>, Jim Nasby <Jim(dot)Nasby(at)bluetreble(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: WIP: Access method extendability
Date: 2016-02-29 10:42:03
Message-ID: CAPpHfdvCCbocVDEBCnTx+A0z+cMDc4JfYBr_kEdkkXU30mTKnQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Feb 19, 2016 at 4:08 AM, Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
wrote:

> On Fri, Feb 19, 2016 at 12:51 AM, Alexander Korotkov wrote:
> >> 11 I'd really like to see regression tests (TAP-tests?) for replication
> >> with generic xlog.
> >
> >
> > TAP test for replication added to bloom contrib. This test run on
> additional
> > make target wal-check.
>
> Just putting my eyes on that...
>
> diff --git a/contrib/bloom/WALTest.pm b/contrib/bloom/WALTest.pm
> new file mode 100644
> index ...b2daf8b
> *** a/contrib/bloom/WALTest.pm
> --- b/contrib/bloom/WALTest.pm
>
> This is basically a copy of RewindTest.pm. This is far from generic.
> If this patch gets committed first I would suggest to wait for the
> more-generic routines that would be added in PostgresNode.pm and then
> come back to it.
>

Yes, that's it. Now, with committed changes to PostgresNode.pm, I get rid
of separate WALTest.pm.

------
Alexander Korotkov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company

Attachment Content-Type Size
create-am.9.patch application/octet-stream 64.3 KB
generic-xlog.9.patch application/octet-stream 23.3 KB
bloom-contrib.9.patch application/octet-stream 136.7 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Artur Zakirov 2016-02-29 11:18:48 Confusing with commit time usage in logical decoding
Previous Message Kyotaro HORIGUCHI 2016-02-29 10:24:14 Re: Support for N synchronous standby servers - take 2