Re: generating bootstrap entries for array types

From: Dagfinn Ilmari Mannsåker <ilmari(at)ilmari(dot)org>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Cc: John Naylor <jcnaylor(at)gmail(dot)com>
Subject: Re: generating bootstrap entries for array types
Date: 2018-09-20 12:16:18
Message-ID: 153744577821.25845.16188483207418044837.pgcf@coridan.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The following review has been posted through the commitfest application:
make installcheck-world: tested, passed
Implements feature: tested, passed
Spec compliant: not tested
Documentation: tested, passed

The v2 patch is IMO ready to commit.

The documentation in the form of source comments is updated,
and having Catalog::ParseData() do the expansion instead of
genbki.pl is more in line with what bki.sgml says:

If you want to add a new method of making the data representation
smaller, you must implement it
in <filename>reformat_dat_file.pl</filename> and also
teach <function>Catalog::ParseData()</function> how to expand the
data back into the full representation.

- ilmari

The new status of this patch is: Ready for Committer

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Masahiko Sawada 2018-09-20 12:51:34 Re: when set track_commit_timestamp on, database system abort startup
Previous Message Dagfinn Ilmari =?utf-8?Q?Manns=C3=A5ker?= 2018-09-20 11:53:30 Re: generating bootstrap entries for array types