Thread: contrib/earthdistance expected/earthdistance.o ...

contrib/earthdistance expected/earthdistance.o ...

From
momjian@postgresql.org (Bruce Momjian - CVS)
Date:
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