Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b825a8f

Browse files
committed
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
1 parent 2110be0 commit b825a8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contrib/earthdistance/expected/earthdistance.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
--
44
--
55
-- first, define the datatype. Turn off echoing so that expected file
6-
-- does not depend on contents of earthdistance.sql or cube.sql.
6+
-- does not depend on contents of earthdistance.sql.
77
--
88
\set ECHO none
99
--

contrib/earthdistance/sql/earthdistance.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
--
66
-- first, define the datatype. Turn off echoing so that expected file
7-
-- does not depend on contents of earthdistance.sql or cube.sql.
7+
-- does not depend on contents of earthdistance.sql.
88
--
99
\set ECHO none
1010
\i earthdistance.sql

0 commit comments

Comments
 (0)