Re: Update docs for default value of fdw_tuple_cost

Umair Shahid <umair.shahid@stormatics.tech>

From: Umair Shahid <umair.shahid@stormatics.tech>
To: John Naylor <johncnaylorls@gmail.com>
Cc: pgsql-hackers@postgresql.org
Date: 2024-01-11T06:54:21Z
Lists: pgsql-hackers
On Thu, Jan 11, 2024 at 7:07 AM John Naylor <johncnaylorls@gmail.com> wrote:

> On Tue, Dec 26, 2023 at 11:27 PM 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.
>
> Pushed, thanks!
>

Thank you, John.

And thank you Chris Travers for the review.

Commits

  1. Update documentation of default fdw_tuple_cost

  2. Increase DEFAULT_FDW_TUPLE_COST from 0.01 to 0.2