Clean up INT64CONST conflicts. Make the pg_crc code use a macro called

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 28a898ad54a7fdf76aba835ab600222f25321484
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2002-04-23T15:45:30Z
Releases: 7.3.1
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

PathChange+/−
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