From: Tom Hughes Date: Mon, 9 May 2022 17:39:14 +0000 (+0100) Subject: Teach database structure normalise to ignore btree_gist comment X-Git-Tag: live~1107 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/9fe69b0b7fe1644d1b7408bf0a3aaf32c68c43ac Teach database structure normalise to ignore btree_gist comment --- diff --git a/script/normalise-structure b/script/normalise-structure index 9cf0b6cae..57279346c 100644 --- a/script/normalise-structure +++ b/script/normalise-structure @@ -2,6 +2,7 @@ /^--/d /^CREATE EXTENSION IF NOT EXISTS plpgsql /d /^COMMENT ON EXTENSION plpgsql /d +/^COMMENT ON EXTENSION btree_gist /d /^SET default_with_oids /d /^SET default_table_access_method /d /^SET idle_in_transaction_session_timeout /d