From: | David Rowley <david(dot)rowley(at)2ndquadrant(dot)com> |
---|---|
To: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Robert Haas <robertmhaas(at)gmail(dot)com> |
Subject: | Out of date comment in cached_plan_cost |
Date: | 2017-12-07 08:14:29 |
Message-ID: | CAKJS1f_1qV0ZbyO9KhhSk_ZfTvOobhLPdzJi6suH+BCgNnmARA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi,
I just noticed a comment which has been made a little outdated by the
partition-wise join code from commit f49842d1. The comment claims that
inheritance children don't add to the effort required in join
planning, while that still may be true, we should probably mention
that partitioned tables may be a more complex case.
The attached is my attempt at putting this right.
--
David Rowley http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services
Attachment | Content-Type | Size |
---|---|---|
cached_plan_cost_comment_fix.patch | application/octet-stream | 1.3 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Rushabh Lathia | 2017-12-07 08:25:06 | Re: [HACKERS] Parallel tuplesort (for parallel B-Tree index creation) |
Previous Message | Simon Riggs | 2017-12-07 07:41:25 | Re: Postgres with pthread |