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

Commit8e5f430

Browse files
committed
Re-add "make check" target in src/test/isolation/Makefile
This effectively reverts7886cc7,which was done under the impression that isolationtester needs libpq,which it no longer does (and never really did).
1 parent44634e4 commit8e5f430

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

‎src/test/isolation/Makefile

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,5 @@ maintainer-clean: distclean
7070
installcheck: all
7171
./pg_isolation_regress --psqldir='$(PSQLDIR)' --inputdir=$(srcdir) --schedule=$(srcdir)/isolation_schedule
7272

73-
# We can't support "make check" because isolationtester requires libpq, and
74-
# in fact (on typical platforms using shared libraries) requires libpq to
75-
# already be installed. You could run "make install" and then run a check
76-
# using a temp installation, but there seems little point in that.
77-
check:
78-
@echo"'make check' is not supported."
79-
@echo"Install PostgreSQL, then 'make installcheck' instead."
73+
check: all
74+
./pg_isolation_regress --temp-install=./tmp_check --inputdir=$(srcdir) --top-builddir=$(top_builddir) --schedule=$(srcdir)/isolation_schedule

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp