Re: inconsistency and inefficiency in setup_conversion()
John Naylor <jcnaylor@gmail.com>
From: John Naylor <jcnaylor@gmail.com>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2018-07-02T06:59:03Z
Lists: pgsql-hackers
Attachments
- v4-0001-Add-pg_language-lookup.patch (text/x-patch) patch v4-0001
- v4-0002-Replace-ad-hoc-format-for-conversion-functions.patch (text/x-patch) patch v4-0002
I've attached v4, which is a rebase plus some comment revisions. -John Naylor
Commits
-
Move the built-in conversions into the initial catalog data.
- d33faa285b8f 12.0 landed
-
Use symbolic references for pg_language OIDs in the bootstrap data.
- 814c9019aa7b 12.0 landed