Remove MODULES_big from test_pg_dump

Stephen Frost <sfrost@snowman.net>

Commit: eccfeeb631fa44850b644661d8b2ce94d9ef4fc1
Author: Stephen Frost <sfrost@snowman.net>
Date: 2016-05-06T19:26:57Z
Releases: 9.6.0
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.

Files

PathChange+/−
src/bin/pg_dump/Makefile modified +3 −0
src/test/modules/test_pg_dump/Makefile modified +3 −1