postgresql/contrib/test_decoding
Peter Eisentraut dcae5facca Improve speed of make check-world
Before, make check-world would create a new temporary installation for
each test suite, which is slow and wasteful.  Instead, we now create one
test installation that is used by all test suites that are part of a
make run.

The management of the temporary installation is removed from pg_regress
and handled in the makefiles.  This allows for better control, and
unifies the code with that of test suites not run through pg_regress.

review and msvc support by Michael Paquier <michael.paquier@gmail.com>

more review by Fabien Coelho <coelho@cri.ensmp.fr>
2015-04-23 08:59:52 -04:00
..
expected Rename pg_replication_slot's new active_in to active_pid. 2015-04-22 09:43:40 +02:00
specs Fix several weaknesses in slot and logical replication on-disk serialization. 2014-11-12 18:52:49 +01:00
sql Don't skip SQL backends in logical decoding for visibility computation. 2014-12-02 23:47:08 +01:00
.gitignore test_decoding: Update .gitignore 2014-03-31 14:18:35 -04:00
Makefile Improve speed of make check-world 2015-04-23 08:59:52 -04:00
logical.conf Introduce logical decoding. 2014-03-03 16:32:18 -05:00
test_decoding.c Update copyright for 2015 2015-01-06 11:43:47 -05:00