Remove configure --disable-float4-byval

Peter Eisentraut <peter@eisentraut.org>

Commit: 2e4db241bfd3206bad8286f8ffc2db6bbdaefcdf
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2019-11-21T17:29:21Z
Releases: 13.0
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

Files

Documentation touched

Discussion