pgsql/src/backend/utils/adt int8.c
pgsql/src/backend/utils/adt int8.c
От:
"Marc G. Fournier" <scrappy@hub.org>
Дата:
CVSROOT: /home/projects/pgsql/cvsroot Module name: pgsql Changes by: scrappy@hub.org 01/09/06 21:33:44 Modified files: src/backend/utils/adt: int8.c Log message: 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.