]> granicus.if.org Git - postgresql/commit
Remove MODULES_big from test_pg_dump
authorStephen Frost <sfrost@snowman.net>
Fri, 6 May 2016 19:26:57 +0000 (15:26 -0400)
committerStephen Frost <sfrost@snowman.net>
Fri, 6 May 2016 19:26:57 +0000 (15:26 -0400)
commiteccfeeb631fa44850b644661d8b2ce94d9ef4fc1
tree1b0409ad5e6d9989d671583122e8ea6d5e8b9f04
parent68d704edbfe14fd8d21545b244c3f6824e0fbb8a
Remove MODULES_big from test_pg_dump

The Makefile for test_pg_dump shouldn't have a MODULES_big line
because there's no actual compiled bit for that extension.  Hopefully
this will fix the Windows buildfarm members which were complaining.

In passing, also add the 'prove_installcheck' bit to the pg_dump and
test_pg_dump Makefiles, to get the buildfarm members to actually run
those tests.
src/bin/pg_dump/Makefile
src/test/modules/test_pg_dump/Makefile