diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2016-07-17 09:37:33 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2016-07-17 09:41:08 -0400 |
commit | 84d67920450717d458cfaad7876fa8279fd7ced0 (patch) | |
tree | ae5d4259e0bfc88cab868ff6fbf1d2c910b089e6 /src/backend/executor/nodeModifyTable.c | |
parent | 608cc0c413d8bafc853065f80c3b05f84493032a (diff) | |
download | postgresql-84d67920450717d458cfaad7876fa8279fd7ced0.tar.gz postgresql-84d67920450717d458cfaad7876fa8279fd7ced0.zip |
Use correct symbol for minimum int64 value
The old code used SEQ_MINVALUE to get the smallest int64 value. This
was done as a convenience to avoid having to deal with INT64_IS_BUSTED,
but that is obsolete now. Also, it is incorrect because the smallest
int64 value is actually SEQ_MINVALUE-1. Fix by writing out the constant
the long way, as it is done elsewhere in the code.
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions