diff options
author | Tom Lane | 2005-09-24 15:34:07 +0000 |
---|---|---|
committer | Tom Lane | 2005-09-24 15:34:07 +0000 |
commit | abbe05e681f7d54190a0902e96cd3917f6806b51 (patch) | |
tree | 7908b604902158289df86d07a907609be5327ba7 /src/backend/tcop/postgres.c | |
parent | 97a9e1fbfe7c4e56da9eee3dd3b49e3cb9df00d9 (diff) |
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/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions