mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-21 03:13:05 +08:00
5ded4bd214
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 |
||
---|---|---|
.. | ||
expected | ||
sql | ||
.gitignore | ||
earthdistance--1.0--1.1.sql | ||
earthdistance--1.1.sql | ||
earthdistance--unpackaged--1.0.sql | ||
earthdistance.c | ||
earthdistance.control | ||
Makefile |