pgsql: Remove separate files for the initial contents of pg_(sh)descrip - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Remove separate files for the initial contents of pg_(sh)descrip
Date
Msg-id E1it9CQ-0007pt-CD@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Doc: Improve description of connection strings with Percent-enco
Next
From: David Fetter
Date:
Subject: Re: pgsql: Add a non-strict version of jsonb_set