postgresql/contrib/earthdistance
Tom Lane 3d1588cd3e Make earthdistance use version-0 calling convention if not USE_FLOAT8_BYVAL,
and version-1 if USE_FLOAT8_BYVAL.  This might seem a bit pointless, but the
idea is to have at least one regression test that will fail if we ever
accidentally break version-0 functions that return float8.  However, they're
already broken, or at least hopelessly unportable, in the USE_FLOAT8_BYVAL
case.

Per a recent suggestion from Greg Stark.
2008-04-21 01:11:43 +00:00
..
expected
sql
earthdistance.c Make earthdistance use version-0 calling convention if not USE_FLOAT8_BYVAL, 2008-04-21 01:11:43 +00:00
earthdistance.sql.in Add CVS version labels to all install/uninstall scripts. 2007-11-13 04:24:29 +00:00
Makefile
uninstall_earthdistance.sql Add CVS version labels to all install/uninstall scripts. 2007-11-13 04:24:29 +00:00