Обсуждение: pgsql-server/src/include pg_config.h.in

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

pgsql-server/src/include pg_config.h.in

От
momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    momjian@postgresql.org    02/11/09 19:38:21

Modified files:
    src/include    : pg_config.h.in

Log message:
    This trivial patch removes 2 unused defines from pg_config.h.in:
    FASTBUILD and DATEDEBUG weren't referenced by any other code.

    Neil Conway