Re: Update docs for default value of fdw_tuple_cost
John Naylor <johncnaylorls@gmail.com>
From: John Naylor <johncnaylorls@gmail.com>
To: Umair Shahid <umair.shahid@stormatics.tech>
Cc: pgsql-hackers@postgresql.org
Date: 2024-01-11T02:07:16Z
Lists: pgsql-hackers
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!
Commits
-
Update documentation of default fdw_tuple_cost
- f7f694b21400 17.0 landed
-
Increase DEFAULT_FDW_TUPLE_COST from 0.01 to 0.2
- cac169d686ed 17.0 cited