Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7a46164

Browse files
committed
apply 2pc_decoding patch from 29.01.18; also fix xid size in logrep protocol and order of fields inside commit record
1 parent c3702de commit 7a46164

File tree

23 files changed

+2308
-144
lines changed

23 files changed

+2308
-144
lines changed

contrib/test_decoding/Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ installcheck:;
2626
# installation, allow to do so, but only if requested explicitly.
2727
installcheck-force: regresscheck-install-force isolationcheck-install-force
2828

29-
check: regresscheck isolationcheck
29+
check: regresscheck isolationcheck 2pc-check
3030

3131
submake-regress:
3232
$(MAKE) -C $(top_builddir)/src/test/regress all
@@ -66,3 +66,6 @@ isolationcheck-install-force: all | submake-isolation submake-test_decoding temp
6666
isolationcheck isolationcheck-install-force
6767

6868
temp-install: EXTRA_INSTALL=contrib/test_decoding
69+
70+
2pc-check: temp-install
71+
$(prove_check)

0 commit comments

Comments
 (0)