1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-26 01:22:12 +03:00

Update documentation of default fdw_tuple_cost

Follow up to cac169d68

Umair Shahid

Reviewed by Richard Guo and Chris Travers

Discussion: https://postgr.es/m/CALVUYo9RECc5gwD%2B4SRM5Es%2Bbg9cpNfhd3_qUjf7kVTGyLpFJg%40mail.gmail.com
This commit is contained in:
John Naylor
2024-01-11 08:58:18 +07:00
parent b83747a8a6
commit f7f694b214

View File

@ -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>