From: | John Naylor <john(dot)naylor(at)2ndquadrant(dot)com> |
---|---|
To: | PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Subject: | remove separate postgres.(sh)description files |
Date: | 2019-12-31 00:08:54 |
Message-ID: | CACPNZCtVFtjHre6hg9dput0qRPp39pzuyA2A6BT8wdgrRy+QdA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
I'm guessing the initial data for pg_(sh)description is output into
separate files because it was too difficult for the traditional shell
script to maintain enough state to do otherwise. With Perl, it's just
as easy to assemble the data into the same format as the rest of the
catalogs and then let the generic code path output it into
postgres.bki. The attached patch does that and simplifies the catalog
makefile and initdb.c. I'll add a commitfest entry for this.
--
John Naylor https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Attachment | Content-Type | Size |
---|---|---|
v1-0001-Remove-separate-files-for-the-initial-contents-of.patch | application/octet-stream | 9.5 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2019-12-31 00:10:53 | Re: [PATCH] Increase the maximum value track_activity_query_size |
Previous Message | Peter Geoghegan | 2019-12-30 23:57:35 | Re: Building infrastructure for B-Tree deduplication that recognizes when opclass equality is also equivalence |