Re: Extension security improvement: Add support for extensions with an owned schema
Jelte Fennema-Nio <me@jeltef.nl>
From: Jelte Fennema-Nio <me@jeltef.nl>
To: Jeff Davis <pgsql@j-davis.com>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2024-06-19T15:19:14Z
Lists: pgsql-hackers
Attachments
- v2-0001-Add-support-for-extensions-with-an-owned-schema.patch (text/x-patch) patch v2-0001
Attached is an updated version of this patch that fixes a few issues that CI reported (autoconf, compiler warnings and broken docs). I also think I changed the pg_upgrade to do the correct thing, but I'm not sure how to test this (even manually). Because part of it would only be relevant once we support upgrading from PG18. So for now the upgrade_code I haven't actually run.