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

Commiteccfeeb

Browse files
committed
Remove MODULES_big from test_pg_dump
The Makefile for test_pg_dump shouldn't have a MODULES_big linebecause there's no actual compiled bit for that extension. Hopefullythis will fix the Windows buildfarm members which were complaining.In passing, also add the 'prove_installcheck' bit to the pg_dump andtest_pg_dump Makefiles, to get the buildfarm members to actually runthose tests.
1 parent68d704e commiteccfeeb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

‎src/bin/pg_dump/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ installdirs:
4545
check:
4646
$(prove_check)
4747

48+
installcheck:
49+
$(prove_installcheck)
50+
4851
uninstall:
4952
rm -f$(addprefix '$(DESTDIR)$(bindir)'/, pg_dump$(X) pg_restore$(X) pg_dumpall$(X))
5053

‎src/test/modules/test_pg_dump/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# src/test/modules/test_rls_hooks/Makefile
22

3-
MODULE_big = test_pg_dump
43
PGFILEDESC = "test_pg_dump - Test pg_dump with an extension"
54

65
EXTENSION = test_pg_dump
@@ -13,6 +12,9 @@ check: prove-check
1312
prove-check:
1413
$(prove_check)
1514

15+
installcheck:
16+
$(prove_installcheck)
17+
1618
ifdefUSE_PGXS
1719
PG_CONFIG = pg_config
1820
PGXS :=$(shell$(PG_CONFIG) --pgxs)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp