Remove separate files for the initial contents of pg_(sh)description

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 7aaefadaac6452b2e813fae4ea531cb12d022531
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2020-01-19T11:54:58Z
Releases: 13.0
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

PathChange+/−
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