Out of date comment in cached_plan_cost - Mailing list pgsql-hackers

From David Rowley
Subject Out of date comment in cached_plan_cost
Date
Msg-id CAKJS1f_1qV0ZbyO9KhhSk_ZfTvOobhLPdzJi6suH+BCgNnmARA@mail.gmail.com
Whole thread Raw
Responses Re: Out of date comment in cached_plan_cost
List 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

pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: Postgres with pthread
Next
From: Rushabh Lathia
Date:
Subject: Re: [HACKERS] Parallel tuplesort (for parallel B-Tree index creation)