]> git.ipfire.org Git - thirdparty/postgresql.git/commit
There's no longer any good reason for genbki.sh and Gen_fmgrtab.sh to
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 4 Jan 2004 05:57:21 +0000 (05:57 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 4 Jan 2004 05:57:21 +0000 (05:57 +0000)
commit187b190adb4d84d89adc96877f3b1e67c242dbc2
treea40ac9330c514943bb6884c4b383a78e17a69f85
parent4351f8823df53cffdea5960c93e867f498cd9bff
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.
src/backend/catalog/Makefile
src/backend/catalog/genbki.sh
src/backend/utils/Gen_fmgrtab.sh
src/backend/utils/Makefile
src/include/postgres.h