postgresql/contrib/earthdistance
Andres Freund 5ded4bd214 Remove support for version-0 calling conventions.
The V0 convention is failure prone because we've so far assumed that a
function is V0 if PG_FUNCTION_INFO_V1 is missing, leading to crashes
if a function was coded against the V1 interface.  V0 doesn't allow
proper NULL, SRF and toast handling.  V0 doesn't offer features that
V1 doesn't.

Thus remove V0 support and obsolete fmgr README contents relating to
it.

Author: Andres Freund, with contributions by Peter Eisentraut & Craig Ringer
Reviewed-By: Peter Eisentraut, Craig Ringer
Discussion: https://postgr.es/m/20161208213441.k3mbno4twhg2qf7g@alap3.anarazel.de
2017-03-30 06:25:46 -07:00
..
expected psql: Split up "Modifiers" column in \d and \dD 2016-11-03 14:02:46 -04:00
sql Avoid locale dependency in expected output. 2011-08-24 13:47:01 -04:00
.gitignore Support "make check" in contrib 2011-04-25 22:27:11 +03:00
Makefile Update earthdistance extension for parallel query. 2016-06-07 11:26:41 -04:00
earthdistance--1.0--1.1.sql Update earthdistance extension for parallel query. 2016-06-07 11:26:41 -04:00
earthdistance--1.1.sql Fix typos in comments. 2017-02-06 11:33:58 +02:00
earthdistance--unpackaged--1.0.sql Fix typos in some error messages thrown by extension scripts when fed to psql. 2014-08-25 18:30:37 +02:00
earthdistance.c Remove support for version-0 calling conventions. 2017-03-30 06:25:46 -07:00
earthdistance.control Update earthdistance extension for parallel query. 2016-06-07 11:26:41 -04:00