From: | Stephen Frost <sfrost(at)snowman(dot)net> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | Re: pgsql: Add TAP tests for pg_dump |
Date: | 2016-05-06 19:39:57 |
Message-ID: | 20160506193957.GX10850@tamriel.snowman.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
* Stephen Frost (sfrost(at)snowman(dot)net) wrote:
> * Stephen Frost (sfrost(at)snowman(dot)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.
Alright, apparently that made other Windows buildfarm members unhappy...
I guess the next approach will be to add back MODULES_big and add in a
.c file for the Windows systems to be happy about. I'm certainly open
to other suggestions.
The intagg contrib modules doesn't have a .c file either, nor a
MODULES_big line, and I don't see any errors with it. I'm not terribly
familiar with how the Windows builds are run though.
Thanks!
Stephen
From | Date | Subject | |
---|---|---|---|
Next Message | Stephen Frost | 2016-05-06 19:44:02 | Re: pgsql: Add TAP tests for pg_dump |
Previous Message | Stephen Frost | 2016-05-06 19:27:04 | pgsql: Remove MODULES_big from test_pg_dump |
From | Date | Subject | |
---|---|---|---|
Next Message | Steve Crawford | 2016-05-06 19:40:03 | Re: Feature request: make cluster_name GUC useful for psql prompts |
Previous Message | Tom Lane | 2016-05-06 19:32:23 | Re: ALTER TABLE lock downgrades have broken pg_upgrade |