Move configure --disable-float8-byval to pg_config_manual.h
authorPeter Eisentraut <peter@eisentraut.org>
Wed, 27 Nov 2019 10:21:02 +0000 (11:21 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Wed, 27 Nov 2019 11:27:20 +0000 (12:27 +0100)
commit4513d8b07bf342028ca95250b6e1d759858abdd3
tree35612e4af617a4319e619267bd147fe817b8d28d
parent47a3c7fa06538c181be815db44b5d7e8efe696ef
Move configure --disable-float8-byval to pg_config_manual.h

This build option was once useful to maintain compatibility with
version-0 functions, but those are no longer supported, so this option
is no longer useful for end users.  We keep the option available to
developers in pg_config_manual.h so that it is easy to test the
pass-by-reference code paths without having to fire up a 32-bit
machine.

Discussion: https://www.postgresql.org/message-id/flat/f3e1e576-2749-bbd7-2d57-3f9dcf75255a@2ndquadrant.com
configure
configure.in
doc/src/sgml/installation.sgml
src/include/c.h
src/include/pg_config.h.in
src/include/pg_config_manual.h
src/tools/msvc/Solution.pm
src/tools/msvc/config_default.pl