Commit b825a8f0 authored by Bruce Momjian's avatar Bruce Momjian

When I removed the cube based stuff from eathdistance I accidentally

left a reference to cube in a comment in the regression test (that also
shows up in the expected output). This doesn't cause any real problem,
but people who read the comment might be confused. Attached is a diff to
remove the reference.

Bruno Wolff III
parent 2110be04
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
-- --
-- --
-- first, define the datatype. Turn off echoing so that expected file -- first, define the datatype. Turn off echoing so that expected file
-- does not depend on contents of earthdistance.sql or cube.sql. -- does not depend on contents of earthdistance.sql.
-- --
\set ECHO none \set ECHO none
-- --
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
-- --
-- first, define the datatype. Turn off echoing so that expected file -- first, define the datatype. Turn off echoing so that expected file
-- does not depend on contents of earthdistance.sql or cube.sql. -- does not depend on contents of earthdistance.sql.
-- --
\set ECHO none \set ECHO none
\i earthdistance.sql \i earthdistance.sql
......
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