Thread: pgsql: Remove separate files for the initial contents of pg_(sh)descrip

pgsql: Remove separate files for the initial contents of pg_(sh)descrip

From
Heikki Linnakangas
Date:
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7aaefadaac6452b2e813fae4ea531cb12d022531

Modified Files
--------------
src/backend/catalog/.gitignore |  2 --
src/backend/catalog/Makefile   | 11 ++------
src/backend/catalog/genbki.pl  | 62 ++++++++++++++++++------------------------
src/bin/initdb/initdb.c        | 44 +-----------------------------
src/tools/msvc/clean.bat       |  2 --
5 files changed, 31 insertions(+), 90 deletions(-)