Revise overflow test in int84() to avoid codegen bug in some older
Tom Lane <tgl@sss.pgh.pa.us>
Revise overflow test in int84() to avoid codegen bug in some older versions of gcc. We don't really need to explicitly test the limits anyway, just reverse-convert and see if we get the same answer.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/int8.c | modified | +6 −5 |