diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2005-09-24 15:34:07 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2005-09-24 15:34:07 +0000 |
commit | 54a8af058e73b452278031b4959bd2fe9be0ba0c (patch) | |
tree | 26e7f071bd718e1014fcc8ba5fee172d8d215400 /src/backend/utils/adt/ascii.c | |
parent | 9f53cfd9dbe4b537e01cc2f2c1d862897706eecd (diff) | |
download | postgresql-54a8af058e73b452278031b4959bd2fe9be0ba0c.tar.gz postgresql-54a8af058e73b452278031b4959bd2fe9be0ba0c.zip |
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.
Diffstat (limited to 'src/backend/utils/adt/ascii.c')
0 files changed, 0 insertions, 0 deletions