Re: pgsql: Add TAP tests for pg_dump - Mailing list pgsql-committers

From Stephen Frost
Subject Re: pgsql: Add TAP tests for pg_dump
Date
Msg-id 20160506185229.GV10850@tamriel.snowman.net
Whole thread Raw
In response to pgsql: Add TAP tests for pg_dump  (Stephen Frost <sfrost@snowman.net>)
Responses Re: pgsql: Add TAP tests for pg_dump
List pgsql-committers
* Stephen Frost (sfrost@snowman.net) wrote:
> src/test/modules/test_pg_dump/Makefile             |   25 +
> src/test/modules/test_pg_dump/README               |    2 +
> .../modules/test_pg_dump/expected/test_pg_dump.out |    6 +
> src/test/modules/test_pg_dump/sql/test_pg_dump.sql |    1 +
> src/test/modules/test_pg_dump/t/001_base.pl        |  535 ++++
> .../modules/test_pg_dump/test_pg_dump--1.0.sql     |   15 +
> src/test/modules/test_pg_dump/test_pg_dump.control |    3 +

Looks like the test_pg_dump extension made the Windows builds upset.
I'm guessing that's because I set 'MODULES_big' even though there isn't
a .c component.

Doing a local build with that commented out, assuming that works and
doesn't generate the .so any more on my Linux box, I'll push the change
up to hopefully fix those buildfarm members.

Thanks!

Stephen

Attachment

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Improve pg_upgrade's report about failure to match up old and ne
Next
From: Robert Haas
Date:
Subject: pgsql: Limit maximum parallel degree to 1024.