>>>>> "Andrew" == Andrew Gierth <[email protected]> writes:
>>>>> "Petr" == Petr Jelinek <[email protected]> writes: >>> So wouldn't it make more sense to move these definitions into c.h and >>> standardize their usage? Petr> I was thinking the same when I've seen Peter's version of Numeric Petr> abbreviations patch. So +1 for that. Hm, it looks like the same could be said for INT32_MIN and _MAX; some places use INT_MIN etc., others say "we shouldn't assume int = int32" and use (-0x7fffffff - 1) or whatever instead. -- Andrew (irc:RhodiumToad) -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
