]> granicus.if.org Git - postgresql/commit
Clean up INT64CONST conflicts. Make the pg_crc code use a macro called
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 23 Apr 2002 15:45:30 +0000 (15:45 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 23 Apr 2002 15:45:30 +0000 (15:45 +0000)
commit28a898ad54a7fdf76aba835ab600222f25321484
tree9fcbfebea59a3c71bf6eb81713c7456f0b0eefa6
parentbf1f2e545cf77365e232620b2c1c19a23addcd53
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.
src/backend/utils/adt/int8.c
src/backend/utils/hash/pg_crc.c
src/include/c.h
src/include/utils/date.h
src/include/utils/int8.h
src/include/utils/pg_crc.h
src/include/utils/timestamp.h