Re: [COMMITTERS] pgsql: Centralize definition of integer limits.

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Michael Paquier <michael(dot)paquier(at)gmail(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>, Andrew Gierth <andrew(at)tao11(dot)riddles(dot)org(dot)uk>
Subject: Re: [COMMITTERS] pgsql: Centralize definition of integer limits.
Date: 2015-04-02 14:42:58
Message-ID: CA+TgmoYdiquEnxoR5P47S5jfQqc-co1QESDW2wrgBXvxoUYyVQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Tue, Mar 31, 2015 at 12:15 PM, Andres Freund <andres(at)anarazel(dot)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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2015-04-02 14:43:57 pgsql: Fix another bug in DSM_CREATE_NULL_IF_MAXSEGMENTS handling.
Previous Message Robert Haas 2015-04-02 14:41:55 Re: pgsql: psql: fix \connect with URIs and conninfo strings

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2015-04-02 14:44:42 Re: possible dsm bug in dsm_attach()
Previous Message Tom Lane 2015-04-02 13:59:20 Re: Tables cannot have INSTEAD OF triggers