Remove configure --disable-float4-byval
authorPeter Eisentraut <peter@eisentraut.org>
Thu, 21 Nov 2019 17:00:07 +0000 (18:00 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Thu, 21 Nov 2019 17:29:21 +0000 (18:29 +0100)
commit2e4db241bfd3206bad8286f8ffc2db6bbdaefcdf
tree709eee963e46e556e7f6e54a2eceba236e816a9e
parent43a54a3bccd7dc6be798475214d561f3e93b3055
Remove configure --disable-float4-byval

This build option was only useful to maintain compatibility for
version-0 functions, but those are no longer supported, so this option
can be removed.

float4 is now always pass-by-value; the pass-by-reference code path is
completely removed.

Discussion: https://www.postgresql.org/message-id/flat/f3e1e576-2749-bbd7-2d57-3f9dcf75255a@2ndquadrant.com
24 files changed:
configure
configure.in
doc/src/sgml/func.sgml
doc/src/sgml/installation.sgml
src/backend/access/index/indexam.c
src/backend/access/transam/xlog.c
src/backend/bootstrap/bootstrap.c
src/backend/catalog/genbki.pl
src/backend/commands/analyze.c
src/backend/utils/fmgr/dfmgr.c
src/backend/utils/fmgr/fmgr.c
src/backend/utils/misc/pg_controldata.c
src/bin/initdb/initdb.c
src/bin/pg_controldata/pg_controldata.c
src/bin/pg_resetwal/pg_resetwal.c
src/include/catalog/catversion.h
src/include/catalog/pg_control.h
src/include/catalog/pg_proc.dat
src/include/catalog/pg_type.dat
src/include/fmgr.h
src/include/pg_config.h.in
src/include/postgres.h
src/tools/msvc/Solution.pm
src/tools/msvc/config_default.pl