pgsql: Fix earthdistance test suite function name typo.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix earthdistance test suite function name typo.
Date: 2018-07-29 19:08:43
Message-ID: E1fjr3b-0006BU-Oq@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix earthdistance test suite function name typo.

Affected test queries have been testing the wrong thing since their
introduction in commit 4c1383efd132e4f532213c8a8cc63a455f55e344.
Back-patch to 9.3 (all supported versions).

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/fb17eabf1b513614946bfc37125c83db197d2c68

Modified Files
--------------
contrib/earthdistance/expected/earthdistance.out | 44 +++++++++++++-----------
contrib/earthdistance/sql/earthdistance.sql | 8 ++---
2 files changed, 28 insertions(+), 24 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tomas Vondra 2018-07-29 19:11:48 pgsql: Restore handling of -0 in the C field of lines in line_construct
Previous Message Michael Goldshteyn 2018-07-29 16:50:40 Fwd: Would like to help with documentation for Postgres 11