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

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src backend/catalog/Makefile back ...
Date: 2004-01-04 05:57:21
Message-ID: 20040104055721.5EB60D1B454@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)svr1(dot)postgresql(dot)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.

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Meskes 2004-01-04 14:49:06 pgsql-server/src/interfaces/ecpg/preproc preproc.y
Previous Message Tom Lane 2004-01-04 04:17:15 pgsql-server/src/interfaces/ecpg compatlib/Tag ...