Thread
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
-
Update docs for default value of fdw_tuple_cost
Umair Shahid <umair.shahid@stormatics.tech> — 2023-12-26T15:29:50Z
Hi 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. Thanks! Umair Shahid | Founder Professional Services for PostgreSQL https://stormatics.tech/
-
Re: Update docs for default value of fdw_tuple_cost
Richard Guo <guofenglinux@gmail.com> — 2023-12-27T00:48:07Z
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 >
-
Re: Update docs for default value of fdw_tuple_cost
Chris Travers <chris.travers@gmail.com> — 2024-01-03T08:03:44Z
The following review has been posted through the commitfest application: make installcheck-world: not tested Implements feature: not tested Spec compliant: not tested Documentation: tested, passed Good catch. This is a trivial fix and so I hope we can just get it in right away. The new status of this patch is: Ready for Committer
-
Re: Update docs for default value of fdw_tuple_cost
John Naylor <johncnaylorls@gmail.com> — 2024-01-11T02:07:16Z
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!
-
Re: Update docs for default value of fdw_tuple_cost
Umair Shahid <umair.shahid@stormatics.tech> — 2024-01-11T06:54:21Z
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.