There's no longer any good reason for genbki.sh and Gen_fmgrtab.sh to

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 187b190adb4d84d89adc96877f3b1e67c242dbc2
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-01-04T05:57:21Z
Releases: 8.0.0
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.

Files

PathChange+/−
src/backend/catalog/genbki.sh modified +7 −30
src/backend/catalog/Makefile modified +2 −2
src/backend/utils/Gen_fmgrtab.sh modified +13 −44
src/backend/utils/Makefile modified +2 −2
src/include/postgres.h modified +1 −4