Re: Update docs for default value of fdw_tuple_cost

Richard Guo <guofenglinux@gmail.com>

From: Richard Guo <guofenglinux@gmail.com>
To: Umair Shahid <umair.shahid@stormatics.tech>
Cc: pgsql-hackers@postgresql.org
Date: 2023-12-27T00:48:07Z
Lists: pgsql-hackers
On Wed, Dec 27, 2023 at 12:27 AM Umair Shahid <umair.shahid@stormatics.tech>
wrote:

> Commit cac169d686eddb277880a0d8a760ac3007b4846a updated the default value
> of fdw_tuple_cost from 0.01 to 0.2. The attached patch updates the docs to
> reflect this change.
>

+1. Nice catch.

Thanks
Richard

>

Commits

  1. Update documentation of default fdw_tuple_cost

  2. Increase DEFAULT_FDW_TUPLE_COST from 0.01 to 0.2