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

Commit 564349b

Browse files
committed
global_snapshot adapted for coordinator participation.
* DTM now doesn't need separate gid; * 2PC merged with dtm more cleanly; (cherry picked from commit 7f4e923fd2f1a2c2241179ed36fd3d305522d46a)
1 parent e87072b commit 564349b

File tree

8 files changed

+581
-377
lines changed

8 files changed

+581
-377
lines changed

contrib/postgres_fdw/Makefile

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ DATA = postgres_fdw--1.0.sql
1212

1313
REGRESS = postgres_fdw
1414

15-
# EXTRA_INSTALL += contrib/pg_tsdtm
16-
1715
ifdef USE_PGXS
1816
PG_CONFIG = pg_config
1917
PGXS := $(shell $(PG_CONFIG) --pgxs)
@@ -28,6 +26,6 @@ endif
2826

2927
# Poor's man overload of already defined target: just copy it
3028
check: submake $(REGRESS_PREP)
31-
$(pg_regress_check) $(REGRESS_OPTS) $(REGRESS)
32-
# env DESTDIR='$(abs_top_builddir)'/tmp_install $(MAKE) install
33-
# $(prove_check)
29+
# $(pg_regress_check) $(REGRESS_OPTS) $(REGRESS)
30+
env DESTDIR='$(abs_top_builddir)'/tmp_install $(MAKE) install
31+
$(prove_check)

0 commit comments

Comments
 (0)