Commit 23fc0b48 authored by Andres Freund's avatar Andres Freund

Add missed CREATE EXTENSION ... CASCADE regression test adjustment.

parent b67aaf21
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
-- --
CREATE EXTENSION earthdistance; -- fail, must install cube first CREATE EXTENSION earthdistance; -- fail, must install cube first
ERROR: required extension "cube" is not installed ERROR: required extension "cube" is not installed
HINT: Use CREATE EXTENSION CASCADE to install required extensions too.
CREATE EXTENSION cube; CREATE EXTENSION cube;
CREATE EXTENSION earthdistance; CREATE EXTENSION earthdistance;
-- --
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment