| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Andres Freund <andres(at)anarazel(dot)de> |
| Cc: | pgsql-hackers(at)postgresql(dot)org, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>, Andrew Dunstan <andrew(at)dunslane(dot)net> |
| Subject: | Re: pg_recvlogical.c doesn't build with --disable-integer-datetimes |
| Date: | 2017-02-17 20:04:09 |
| Message-ID: | 16461.1487361849@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Andres Freund <andres(at)anarazel(dot)de> writes:
> On February 17, 2017 11:40:57 AM PST, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>> AFAICS, if you want to build with -Werror, you have to configure
>> without that and then inject it afterwards. I wonder how people who
>> use -Werror are handling that. Is it possible to do at all in a
>> buildfarm critter?
> Yea, I complained about that before. I think we'd have to add an extra configure option for it, because we rely in setting it only for certain tests. Personally I use CEXTRA (IIRC) to achieve that result after configure ran.
[ pokes around... ] Ah, that's called COPT, and it's entirely
undocumented :-(. Probably ought to fix that.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Thomas Munro | 2017-02-17 20:05:54 | Re: pg_recvlogical.c doesn't build with --disable-integer-datetimes |
| Previous Message | Mark Dilger | 2017-02-17 19:51:27 | Re: pg_recvlogical.c doesn't build with --disable-integer-datetimes |