In a machine where INT64_IS_BUSTED, we can only support 32-bit values
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 24 Sep 2005 15:34:07 +0000 (15:34 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 24 Sep 2005 15:34:07 +0000 (15:34 +0000)
commit54a8af058e73b452278031b4959bd2fe9be0ba0c
tree26e7f071bd718e1014fcc8ba5fee172d8d215400
parent9f53cfd9dbe4b537e01cc2f2c1d862897706eecd
In a machine where INT64_IS_BUSTED, we can only support 32-bit values
for int8 and related types.  However we might be talking to a client
that has working int64; so pq_getmsgint64 really needs to check the
incoming value and throw an overflow error if we can't represent it
accurately.
src/backend/libpq/pqformat.c