Re: WIP: a way forward on bootstrap data
John Naylor <jcnaylor@gmail.com>
From: John Naylor <jcnaylor@gmail.com>
To: Alvaro Herrera <alvherre@alvh.no-ip.org>
Cc: David Fetter <david@fetter.org>,
Peter Eisentraut <peter.eisentraut@2ndquadrant.com>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2018-01-13T13:37:54Z
Lists: pgsql-hackers
Attachments
- V6-Bootstrap-Data-Conversion-Patchset.tar.gz (application/x-gzip)
On 1/12/18, Alvaro Herrera <alvherre@alvh.no-ip.org> wrote: > Pushed 0001 with some changes of my own. I'm afraid I created a few > conflicts for the later patches in your series; please rebase. Attached, rebased over 255f14183ac. This time it's a single .tar.gz. Let me know if single files are better. Here's the renumbered overview copied from one of my emails responding to Tom: -Patches 0001 through 0006 represent a complete one-to-one migration of data entries. I didn't see much in bki.sgml specific to the current format, so my documentation changes are confined largely to the README, in patch 0004. -Patches 0007 and 0008 implement techniques to make the data lines shorter. My choices are certainly debatable. There is a brief addition to the README in patch 0007. The abbreviation technique was only used in three catalogs to demonstrate. -Patches 0009 and 0010 implement human-readable OID references. -Patches 0011 and 0012 are cosmetic, but invasive. -John Naylor
Commits
-
Clarify handling of special-case values in bootstrap catalog data.
- 45c6d75f8cd2 11.0 landed
-
Replace our traditional initial-catalog-data format with a better design.
- 372728b0d495 11.0 landed
-
Faster partition pruning
- 9fdb675fc5d2 11.0 cited
-
Minor cleanup in genbki.pl.
- 8d90b4d01a61 11.0 landed
-
Trivial adjustments in preparation for bootstrap data conversion.
- a351679c806e 11.0 landed
-
Remove hard-coded schema knowledge about pg_attribute from genbki.pl
- 49c784ece766 11.0 landed
-
Minor edits to catalog files and scripts
- 9373baa0f764 11.0 landed
-
Hide most variable-length fields from Form_pg_* structs
- 8137f2c32322 9.2.0 cited