Skip to content
Snippets Groups Projects
Commit 54a8af05 authored by Tom Lane's avatar Tom Lane
Browse files

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.
parent 9f53cfd9
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment