Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5d85d7f

Browse files
committed
global_snapshot adapted for coordinator participation.
* DTM now doesn't need separate gid;* 2PC merged with dtm more cleanly;
1 parent99b1378 commit5d85d7f

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
ifdefUSE_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)

[8]ページ先頭

©2009-2025 Movatter.jp