| 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:44:02 |
| Message-ID: | 20160506194402.GY10850@tamriel.snowman.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers pgsql-hackers |
* Stephen Frost (sfrost(at)snowman(dot)net) wrote:
> 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.
It looks like there's an exclude list that intagg is on for the MSVC
build animals, presumably because it doesn't have a .c file to be
compiled.
I'm guessing the right answer here is to just add test_pg_dump to that
list.
If there aren't any other suggestions, I'll go ahead and do that.
Thanks!
Stephen
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2016-05-06 19:48:07 | Re: pgsql: Add TAP tests for pg_dump |
| Previous Message | Stephen Frost | 2016-05-06 19:39:57 | Re: pgsql: Add TAP tests for pg_dump |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Robert Haas | 2016-05-06 19:46:13 | Re: Default Roles |
| Previous Message | Steve Crawford | 2016-05-06 19:40:03 | Re: Feature request: make cluster_name GUC useful for psql prompts |