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
REL7_3_STABLE
Bruce Momjian 24 years ago
parent 2110be0465
commit b825a8f025
  1. 2
      contrib/earthdistance/expected/earthdistance.out
  2. 2
      contrib/earthdistance/sql/earthdistance.sql

@ -3,7 +3,7 @@
--
--
-- 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
--

@ -4,7 +4,7 @@
--
-- 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
\i earthdistance.sql

Loading…
Cancel
Save