Remove separate files for the initial contents of pg_(sh)description
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Sun, 19 Jan 2020 11:54:58 +0000 (13:54 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Sun, 19 Jan 2020 11:54:58 +0000 (13:54 +0200)
commit7aaefadaac6452b2e813fae4ea531cb12d022531
tree3cf229aafc89d039202d897daa967ce7112333a3
parente0ed6817c0ee218a3681920807404603e042ff04
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
src/backend/catalog/.gitignore
src/backend/catalog/Makefile
src/backend/catalog/genbki.pl
src/bin/initdb/initdb.c
src/tools/msvc/clean.bat