>>>>> "Andrew" == Andrew Gierth <and...@tao11.riddles.org.uk> writes:

>>>>> "Petr" == Petr Jelinek <p...@2ndquadrant.com> 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 (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to