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:
@ -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
|
||||
|
Reference in New Issue
Block a user