From: Andy Allan Date: Wed, 6 Dec 2023 13:50:02 +0000 (+0000) Subject: Remove the references to plpgsql extension X-Git-Tag: live~914^2~1 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/791db6e8928e7103db54ffaad7f34227173fbe89 Remove the references to plpgsql extension This has been built-in since postgresql 9.0 --- diff --git a/script/normalise-structure b/script/normalise-structure index a659117a9..7f3c133f0 100644 --- a/script/normalise-structure +++ b/script/normalise-structure @@ -1,7 +1,5 @@ /^$/d /^--/d -/^CREATE EXTENSION IF NOT EXISTS plpgsql /d -/^COMMENT ON EXTENSION plpgsql /d /^SET default_with_oids /d /^SET default_table_access_method /d /^SET idle_in_transaction_session_timeout /d