contrib/earthdistance expected/earthdistance.o ...

Started by Bruce Momjianalmost 24 years ago1 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

CVSROOT: /cvsroot
Module name: contrib
Changes by: momjian@postgresql.org 02/10/21 16:33:21

Modified files:
earthdistance/expected: earthdistance.out
earthdistance/sql: earthdistance.sql

Log message:
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