postgresql/contrib/test_decoding
Peter Eisentraut dbf2ec1a1c Fix parallel make risk with new check temp-install setup
The "check" target no longer needs to depend on "all", because it now
runs "install" directly, which in turn depends on "all".  Doing both
will cause problems with parallel make, because two builds will run next
to each other.

Also remove the redirection of the temp-install output into a log file.
This was appropriate when this was done from within pg_regress, but now
it's just a regular make run, and especially with the above changes this
will now take the place of running the "all" target before the test
suites.

problem report by Jeff Janes, patch in part by Michael Paquier
2015-04-29 20:34:22 -04:00
..
expected Introduce replication progress tracking infrastructure. 2015-04-29 19:30:53 +02:00
specs Fix several weaknesses in slot and logical replication on-disk serialization. 2014-11-12 18:52:49 +01:00
sql Introduce replication progress tracking infrastructure. 2015-04-29 19:30:53 +02:00
.gitignore test_decoding: Update .gitignore 2014-03-31 14:18:35 -04:00
Makefile Fix parallel make risk with new check temp-install setup 2015-04-29 20:34:22 -04:00
logical.conf Introduce logical decoding. 2014-03-03 16:32:18 -05:00
test_decoding.c Introduce replication progress tracking infrastructure. 2015-04-29 19:30:53 +02:00