pgsql: Add test_pg_dump to @contrib_excludes

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add test_pg_dump to @contrib_excludes
Date: 2016-05-06 20:40:04
Message-ID: E1aymXc-0002zc-F5@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add test_pg_dump to @contrib_excludes

The test_pg_dump extension doesn't have a C component, so we need
to exclude it from the MSVC build system trying to figure out how
to build it.

Also add a "MODULES" line to the Makefile, as test_extensions has.
Might not be necessary, but seems good to keep things consistent.

Lastly, remove the 'installcheck' line from test_pg_dump, as that
was causing redefinition errors, at least on my box. This also
makes test_pg_dump consistent with how commit_ts is set up.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6e243c43c9b2d35f91a73d3982db6a0cad0eb64b

Modified Files
--------------
src/test/modules/test_pg_dump/Makefile | 4 +---
src/tools/msvc/Mkvcbuild.pm | 2 +-
2 files changed, 2 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fabien COELHO 2016-05-06 21:27:59 Re: pgsql: Rename pgbench min/max to least/greatest, and fix handling of do
Previous Message Alvaro Herrera 2016-05-06 20:35:55 Re: pgsql: Add TAP tests for pg_dump