update-doc-default-fdw_tuple_value.patch

application/octet-stream

Filename: update-doc-default-fdw_tuple_value.patch
Type: application/octet-stream
Part: 0
Message: Update docs for default value of fdw_tuple_cost

Patch

Format: unified
File+
doc/src/sgml/postgres-fdw.sgml 1 1
diff --git a/doc/src/sgml/postgres-fdw.sgml b/doc/src/sgml/postgres-fdw.sgml
index 2ba96aa295..3c54a26c9a 100644
--- a/doc/src/sgml/postgres-fdw.sgml
+++ b/doc/src/sgml/postgres-fdw.sgml
@@ -303,7 +303,7 @@ OPTIONS (ADD password_required 'false');
        scans on that server.  This represents the additional overhead of
        data transfer between servers.  You might increase or decrease this
        number to reflect higher or lower network delay to the remote server.
-       The default value is <literal>0.01</literal>.
+       The default value is <literal>0.2</literal>.
       </para>
      </listitem>
     </varlistentry>