pgsql: Move configure --disable-float8-byval to pg_config_manual.h - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Move configure --disable-float8-byval to pg_config_manual.h
Date
Msg-id E1iZvYW-0008S7-R6@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4513d8b07bf342028ca95250b6e1d759858abdd3

Modified Files
--------------
configure                        | 76 ----------------------------------------
configure.in                     | 23 ------------
doc/src/sgml/installation.sgml   | 16 ---------
src/include/c.h                  |  6 ++++
src/include/pg_config.h.in       |  8 -----
src/include/pg_config_manual.h   | 13 +++++++
src/tools/msvc/Solution.pm       | 15 --------
src/tools/msvc/config_default.pl |  3 --
8 files changed, 19 insertions(+), 141 deletions(-)


pgsql-committers by date:

Previous
From: Etsuro Fujita
Date:
Subject: pgsql: Fix typo in comment.
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Revert "Close stdin where it's not needed in TestLib.pm procedur