Обсуждение: pgsql-server/src backend/catalog/Makefile back ...

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

pgsql-server/src backend/catalog/Makefile back ...

От
tgl@svr1.postgresql.org (Tom Lane)
Дата:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@svr1.postgresql.org    04/01/04 01:57:21

Modified files:
    src/backend/catalog: Makefile genbki.sh
    src/backend/utils: Gen_fmgrtab.sh Makefile
    src/include    : postgres.h

Log message:
    There's no longer any good reason for genbki.sh and Gen_fmgrtab.sh to
    run the data through cpp, and we know of at least one platform where
    unusual cpp behavior breaks the process.  So remove the cpp step,
    and make consequent simplifications.