Re: Removing pg_pltemplate and creating "trustable" extensions
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Cc: Stephen Frost <sfrost@snowman.net>, pgsql-hackers@lists.postgresql.org
Date: 2020-01-05T22:51:37Z
Lists: pgsql-hackers
Attachments
- 0001-invent-trusted-extensions-4.patch (text/x-diff) patch 0001
- 0002-make-pls-pure-extensions-4.patch (text/x-diff) patch 0002
- 0003-interpret-create-lang-as-create-ext-4.patch (text/x-diff) patch 0003
- 0004-remove-pg_pltemplate-4.patch (text/x-diff) patch 0004
I wrote: > The cfbot noticed that a couple of patches committed this week > created (trivial) conflicts with this patchset. Here's a v3 > rebased up to HEAD; no interesting changes. The 2020 copyright update broke this patchset again. Here's a rebase. No changes except for some minor rearrangement of the CREATE LANGUAGE man page in 0003. regards, tom lane
Commits
-
Invent "trusted" extensions, and remove the pg_pltemplate catalog.
- 50fc694e4374 13.0 landed