Re: WIP: Access method extendability
Michael Paquier <michael.paquier@gmail.com>
From: Michael Paquier <michael.paquier@gmail.com>
To: Alexander Korotkov <a.korotkov@postgrespro.ru>
Cc: Teodor Sigaev <teodor@sigaev.ru>, Jim Nasby <Jim.Nasby@bluetreble.com>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2016-02-19T01:08:35Z
Lists: pgsql-hackers
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. -- Michael
Commits
-
Support CREATE ACCESS METHOD
- 473b93287040 9.6.0 landed
-
Restructure index access method API to hide most of it at the C level.
- 65c5fcd353a8 9.6.0 cited