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-11-26T08:31:08Z
Lists: pgsql-hackers
Attachments
- v7-0001-Add-pg_language-lookup.patch (text/x-patch) patch v7-0001
- v7-0002-Replace-ad-hoc-format-for-conversion-functions.patch (text/x-patch) patch v7-0002
v7 is a rebase over recent catalog changes. -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