Clean up INT64CONST conflicts. Make the pg_crc code use a macro called
Tom Lane <tgl@sss.pgh.pa.us>
Clean up INT64CONST conflicts. Make the pg_crc code use a macro called UINT64CONST, since unsigned was what it wanted anyway. Centralize macro definitions into c.h.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/int8.c | modified | +1 −12 |
| src/backend/utils/hash/pg_crc.c | modified | +129 −129 |
| src/include/c.h | modified | +12 −1 |
| src/include/utils/date.h | modified | +1 −2 |
| src/include/utils/int8.h | modified | +2 −8 |
| src/include/utils/pg_crc.h | modified | +3 −10 |
| src/include/utils/timestamp.h | modified | +13 −8 |