Consistently use PG_INT(16|32|64)_(MIN|MAX).
Andres Freund <andres@anarazel.de>
Consistently use PG_INT(16|32|64)_(MIN|MAX). Per buildfarm animal woodlouse.
Files
| Path | Change | +/− |
|---|---|---|
| contrib/btree_gist/btree_cash.c | modified | +1 −1 |
| contrib/btree_gist/btree_int2.c | modified | +1 −1 |
| contrib/btree_gist/btree_int4.c | modified | +1 −1 |
| contrib/btree_gist/btree_int8.c | modified | +1 −1 |
| src/backend/utils/adt/int8.c | modified | +5 −5 |
| src/backend/utils/adt/int.c | modified | +3 −3 |
| src/backend/utils/adt/numeric.c | modified | +1 −1 |