There's no longer any good reason for genbki.sh and Gen_fmgrtab.sh to
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| 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 |