Update docs for default value of fdw_tuple_cost
Umair Shahid <umair.shahid@stormatics.tech>
From: Umair Shahid <umair.shahid@stormatics.tech>
To: pgsql-hackers@postgresql.org
Date: 2023-12-26T15:29:50Z
Lists: pgsql-hackers
Attachments
- update-doc-default-fdw_tuple_value.patch (application/octet-stream) patch
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/
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