aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/func.sgml5
-rw-r--r--doc/src/sgml/installation.sgml12
2 files changed, 0 insertions, 17 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index e8082c05c95..57a1539506d 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -19965,11 +19965,6 @@ SELECT collation for ('foo' COLLATE "de_DE");
</row>
<row>
- <entry><literal>float4_pass_by_value</literal></entry>
- <entry><type>boolean</type></entry>
- </row>
-
- <row>
<entry><literal>float8_pass_by_value</literal></entry>
<entry><type>boolean</type></entry>
</row>
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml
index d8494e293bd..b4d222295e1 100644
--- a/doc/src/sgml/installation.sgml
+++ b/doc/src/sgml/installation.sgml
@@ -1205,18 +1205,6 @@ build-postgresql:
</varlistentry>
<varlistentry>
- <term><option>--disable-float4-byval</option></term>
- <listitem>
- <para>
- Disable passing float4 values <quote>by value</quote>, causing them
- to be passed <quote>by reference</quote> instead. This option costs
- performance, but may be needed for compatibility with very old
- user-defined functions written in C.
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry>
<term><option>--disable-float8-byval</option></term>
<listitem>
<para>