1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Add test case for logical decoding of prepared transactions.

Andres Freund
This commit is contained in:
Heikki Linnakangas
2014-05-16 11:33:49 +03:00
parent afd0fcbc5d
commit d900e192a3
3 changed files with 133 additions and 1 deletions

View File

@ -37,7 +37,7 @@ submake-isolation:
submake-test_decoding:
$(MAKE) -C $(top_builddir)/contrib/test_decoding
REGRESSCHECKS=ddl rewrite toast permissions decoding_in_xact binary
REGRESSCHECKS=ddl rewrite toast permissions decoding_in_xact binary prepared
regresscheck: all | submake-regress submake-test_decoding
$(MKDIR_P) regression_output