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 Fix two more regression tests whose expected outputs were not updated 2007-02-01 21:05:29 +00:00
sql Rename contrib contains/contained-by operators to @> and <@, per discussion. 2006-09-10 17:36:52 +00:00
Makefile Remove references to READMEs from /contrib Makefiles. 2007-11-10 23:59:52 +00:00
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
uninstall_earthdistance.sql Add CVS version labels to all install/uninstall scripts. 2007-11-13 04:24:29 +00:00