Move configure --disable-float8-byval to pg_config_manual.h

Peter Eisentraut <peter@eisentraut.org>

Commit: 4513d8b07bf342028ca95250b6e1d759858abdd3
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2019-11-27T11:27:20Z
Releases: 13.0
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

Files

PathChange+/−
configure modified +0 −76
configure.in modified +0 −23
doc/src/sgml/installation.sgml modified +0 −16
src/include/c.h modified +6 −0
src/include/pg_config.h.in modified +0 −8
src/include/pg_config_manual.h modified +13 −0
src/tools/msvc/config_default.pl modified +0 −3
src/tools/msvc/Solution.pm modified +0 −15

Documentation touched

Discussion