Re: Add Boolean node - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Add Boolean node
Date
Msg-id 2059105.1640810437@sss.pgh.pa.us
Whole thread Raw
In response to Re: Add Boolean node  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> If we go around changing all these places, it might be worth to also change
> Integer to be a int64 instead of an int.

Meh ... that would have some non-obvious consequences, I think,
at least if you tried to make the grammar make use of the extra
width (it'd change the type resolution behavior for integer-ish
literals).  I think it's better to keep it as plain int.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Add Boolean node
Next
From: Andres Freund
Date:
Subject: Re: Add Boolean node