Обсуждение: pgsql/src backend/utils/adt/int8.c backend/uti ...

Поиск
Список
Период
Сортировка

pgsql/src backend/utils/adt/int8.c backend/uti ...

От
tgl@postgresql.org (Tom Lane)
Дата:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    02/04/23 11:45:30

Modified files:
    src/backend/utils/adt: int8.c
    src/backend/utils/hash: pg_crc.c
    src/include    : c.h
    src/include/utils: date.h int8.h pg_crc.h timestamp.h

Log message:
    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.