Move configure --disable-float8-byval to pg_config_manual.h
Peter Eisentraut <peter@eisentraut.org>
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
| Path | Change | +/− |
|---|---|---|
| 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
- Remove configure --disable-float4-byval and --disable-float8-byval 26 messages · 2019-10-31 → 2019-12-13