From 5119cec0d8e6e33826e13f3e0e2a7b51c133348d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alja=C5=BE=20Mur=20Er=C5=BEen?= Date: Mon, 14 Oct 2024 20:18:14 +0200 Subject: [PATCH] Fix trampolines for PostgreSQL <15 (#7855) --- edb/pgsql/metaschema.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edb/pgsql/metaschema.py b/edb/pgsql/metaschema.py index 79422bd4323..27e7e773535 100644 --- a/edb/pgsql/metaschema.py +++ b/edb/pgsql/metaschema.py @@ -334,7 +334,7 @@ class CreateTrampolineViewFunction(trampoline.VersionedFunction): ) a2 on a1.attname = a2.attname order by a2.attnum, a1.attnum - ) + ) t INTO cols; END IF;