From b825a8f0255f5925721a00a7bfb391886ba04e13 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Mon, 21 Oct 2002 20:33:21 +0000
Subject: [PATCH] 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
---
 contrib/earthdistance/expected/earthdistance.out | 2 +-
 contrib/earthdistance/sql/earthdistance.sql      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/earthdistance/expected/earthdistance.out b/contrib/earthdistance/expected/earthdistance.out
index d8b8b68a72f..b867205479c 100644
--- a/contrib/earthdistance/expected/earthdistance.out
+++ b/contrib/earthdistance/expected/earthdistance.out
@@ -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
 --
diff --git a/contrib/earthdistance/sql/earthdistance.sql b/contrib/earthdistance/sql/earthdistance.sql
index f912110a885..b3b88f701dd 100644
--- a/contrib/earthdistance/sql/earthdistance.sql
+++ b/contrib/earthdistance/sql/earthdistance.sql
@@ -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
-- 
GitLab