aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/dbsize.c
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2017-03-29 13:16:49 -0700
committerAndres Freund <andres@anarazel.de>2017-03-30 06:25:46 -0700
commit5ded4bd21403e143dd3eb66b92d52732fdac1945 (patch)
treee0ec55a8afd221282172fd36783ada06840c0134 /src/backend/utils/adt/dbsize.c
parent389bb2818f404d5b967f21e1ac4f987f894e94bb (diff)
downloadpostgresql-5ded4bd21403e143dd3eb66b92d52732fdac1945.tar.gz
postgresql-5ded4bd21403e143dd3eb66b92d52732fdac1945.zip
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
Diffstat (limited to 'src/backend/utils/adt/dbsize.c')
0 files changed, 0 insertions, 0 deletions