postgresql/src/test/regress/input
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
..
constraints.source Fix incorrect checking of deferred exclusion constraint after a HOT update. 2015-05-11 12:25:43 -04:00
copy.source Do jsonb regression test input in the conventional way. 2014-03-23 20:18:06 -04:00
create_function_1.source Make CREATE TYPE print warnings if a datatype's I/O functions are volatile. 2014-11-05 11:44:06 -05:00
create_function_2.source Remove support for version-0 calling conventions. 2017-03-30 06:25:46 -07:00
largeobject.source Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
misc.source Remove support for version-0 calling conventions. 2017-03-30 06:25:46 -07:00
tablespace.source Ignore tablespace ACLs when ignoring schema ACLs. 2017-02-12 16:03:41 -05:00