Update docs for default value of fdw_tuple_cost

Lists: pgsql-hackers
From: Umair Shahid <umair(dot)shahid(at)stormatics(dot)tech>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Update docs for default value of fdw_tuple_cost
Date: 2023-12-26 15:29:50
Message-ID: CALVUYo9RECc5gwD+4SRM5Es+bg9cpNfhd3_qUjf7kVTGyLpFJg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-hackers

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/

Attachment Content-Type Size
update-doc-default-fdw_tuple_value.patch application/octet-stream 637 bytes

From: Richard Guo <guofenglinux(at)gmail(dot)com>
To: Umair Shahid <umair(dot)shahid(at)stormatics(dot)tech>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Update docs for default value of fdw_tuple_cost
Date: 2023-12-27 00:48:07
Message-ID: CAMbWs497UM-n28NaUHv0s9Z0dmQ3vffGqsCyLVW+AGP8KvH3BQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-hackers

On Wed, Dec 27, 2023 at 12:27 AM Umair Shahid <umair(dot)shahid(at)stormatics(dot)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

>


From: Chris Travers <chris(dot)travers(at)gmail(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Cc: Umair Shahid <umair(dot)shahid(at)gmail(dot)com>
Subject: Re: Update docs for default value of fdw_tuple_cost
Date: 2024-01-03 08:03:44
Message-ID: 170426902463.2631682.16711616294751682864.pgcf@coridan.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-hackers

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


From: John Naylor <johncnaylorls(at)gmail(dot)com>
To: Umair Shahid <umair(dot)shahid(at)stormatics(dot)tech>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Update docs for default value of fdw_tuple_cost
Date: 2024-01-11 02:07:16
Message-ID: CANWCAZaj+1bc5F8gs4_=GS9APNmT+_wainvRtNes_Art_AQPcg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-hackers

On Tue, Dec 26, 2023 at 11:27 PM Umair Shahid
<umair(dot)shahid(at)stormatics(dot)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!


From: Umair Shahid <umair(dot)shahid(at)stormatics(dot)tech>
To: John Naylor <johncnaylorls(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Update docs for default value of fdw_tuple_cost
Date: 2024-01-11 06:54:21
Message-ID: CALVUYo9QWeCb_ebxw6J-fLHt+SsixwR9ScUG=1moo2tSe58vGQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-hackers

On Thu, Jan 11, 2024 at 7:07 AM John Naylor <johncnaylorls(at)gmail(dot)com> wrote:

> On Tue, Dec 26, 2023 at 11:27 PM Umair Shahid
> <umair(dot)shahid(at)stormatics(dot)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.