Re: [COMMITTERS] pgsql: Centralize definition of integer limits. - Mailing list pgsql-hackers

From Robert Haas
Subject Re: [COMMITTERS] pgsql: Centralize definition of integer limits.
Date
Msg-id CA+TgmoYdiquEnxoR5P47S5jfQqc-co1QESDW2wrgBXvxoUYyVQ@mail.gmail.com
Whole thread Raw
In response to Re: [COMMITTERS] pgsql: Centralize definition of integer limits.  (Andres Freund <andres@anarazel.de>)
Responses Re: [COMMITTERS] pgsql: Centralize definition of integer limits.
List pgsql-hackers
On Tue, Mar 31, 2015 at 12:15 PM, Andres Freund <andres@anarazel.de> wrote:
>> > I'm tempted to just prefix our limits with PG_ and define them
>> > unconditionally, including appropriate casts to our types.
>>
>> I don't have a better idea.
>
> Will push that.

I'd appreciate it if you could do this soon.  I like to compile with
-Werror, and this problem means I can't.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Tables cannot have INSTEAD OF triggers
Next
From: Robert Haas
Date:
Subject: Re: possible dsm bug in dsm_attach()