]> granicus.if.org Git - postgresql/commitdiff
Update comment to account for table partitioning.
authorRobert Haas <rhaas@postgresql.org>
Thu, 22 Jun 2017 14:52:25 +0000 (10:52 -0400)
committerRobert Haas <rhaas@postgresql.org>
Thu, 22 Jun 2017 14:53:37 +0000 (10:53 -0400)
Ashutosh Bapat and Amit Langote

Discussion: http://postgr.es/m/CAFjFpRcG_NaAv6cDHD-9VfGdvB8maAtSfB=fTQr5+kxP2_sXzg@mail.gmail.com

src/backend/optimizer/path/allpaths.c

index ed50261f8c0859ad2834c629d7dbb9d41ab3fd0d..f087ddb61db8ae75781b674ba8f9cafb37621346 100644 (file)
@@ -849,10 +849,10 @@ set_foreign_pathlist(PlannerInfo *root, RelOptInfo *rel, RangeTblEntry *rte)
  *       Set size estimates for a simple "append relation"
  *
  * The passed-in rel and RTE represent the entire append relation.  The
- * relation's contents are computed by appending together the output of
- * the individual member relations.  Note that in the inheritance case,
- * the first member relation is actually the same table as is mentioned in
- * the parent RTE ... but it has a different RTE and RelOptInfo.  This is
+ * relation's contents are computed by appending together the output of the
+ * individual member relations.  Note that in the non-partitioned inheritance
+ * case, the first member relation is actually the same table as is mentioned
+ * in the parent RTE ... but it has a different RTE and RelOptInfo.  This is
  * a good thing because their outputs are not the same size.
  */
 static void