OSDN Git Service

Remove a few places that attempted to define INT_MAX, SCHAR_MAX, and
authorNeil Conway <neilc@samurai.com>
Sat, 11 Mar 2006 01:19:22 +0000 (01:19 +0000)
committerNeil Conway <neilc@samurai.com>
Sat, 11 Mar 2006 01:19:22 +0000 (01:19 +0000)
commit7992d0fbcaa5fa185f465e434836d63c1da94ba9
tree7e58e51f3b1461684fb14b797bc8142209d7a508
parentc65ab0bfa97b71bceae6402498910f4074996279
Remove a few places that attempted to define INT_MAX, SCHAR_MAX, and
similar constants if they were not previously defined. All these
constants must be defined by limits.h according to C89, so we can
safely assume they are present.
contrib/dblink/dblink.c
src/backend/utils/adt/char.c
src/backend/utils/adt/float.c
src/backend/utils/adt/int.c
src/backend/utils/adt/numutils.c