Remove separate files for the initial contents of pg_(sh)description
Heikki Linnakangas <heikki.linnakangas@iki.fi>
Remove separate files for the initial contents of pg_(sh)description This data was only in separate files because it was the most convenient way to handle it with a shell script. Now that we use a general-purpose programming language, it's easy to assemble the data into the same format as the rest of the catalogs and output it into postgres.bki. This allows removal of some special-purpose code from initdb.c. Discussion: https://www.postgresql.org/message-id/CACPNZCtVFtjHre6hg9dput0qRPp39pzuyA2A6BT8wdgrRy%2BQdA%40mail.gmail.com Author: John Naylor
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/catalog/genbki.pl | modified | +27 −35 |
| src/backend/catalog/.gitignore | modified | +0 −2 |
| src/backend/catalog/Makefile | modified | +3 −8 |
| src/bin/initdb/initdb.c | modified | +1 −43 |
| src/tools/msvc/clean.bat | modified | +0 −2 |
Discussion
- remove separate postgres.(sh)description files 5 messages · 2019-12-31 → 2020-01-20