Re: generating bootstrap entries for array types
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: John Naylor <jcnaylor@gmail.com>
Cc: ilmari@ilmari.org (Dagfinn Ilmari Mannsåker ), pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2018-09-20T19:30:05Z
Lists: pgsql-hackers
I wrote: > I did some other minor hacking (mostly, fixing the documentation) > and pushed it. BTW, I hadn't thought to measure before, but this patch cut the size of pg_type.dat by almost 40%. Nice! regards, tom lane
Commits
-
Teach genbki.pl to auto-generate pg_type entries for array types.
- 3dc820c43e42 12.0 landed