We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9e6495 commit cc79efeCopy full SHA for cc79efe
expected/init-extension.out
@@ -1,2 +1 @@
1
CREATE EXTENSION plv8;
2
-CREATE LANGUAGE plv8;
plv8.sql.c
@@ -42,4 +42,6 @@ SELECT
42
43
#if PG_VERSION_NUM < 90100
44
COMMIT;
45
+#else
46
+CREATE LANGUAGE plv8;
47
#endif
sql/init-extension.sql
0 commit comments