Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1300276

Browse files
committed
Update comment to account for table partitioning.
Ashutosh Bapat and Amit Langote Discussion: http://postgr.es/m/CAFjFpRcG_NaAv6cDHD-9VfGdvB8maAtSfB=fTQr5+kxP2_sXzg@mail.gmail.com
1 parent f0415a3 commit 1300276

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/backend/optimizer/path/allpaths.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -849,10 +849,10 @@ set_foreign_pathlist(PlannerInfo *root, RelOptInfo *rel, RangeTblEntry *rte)
849849
* Set size estimates for a simple "append relation"
850850
*
851851
* The passed-in rel and RTE represent the entire append relation. The
852-
* relation's contents are computed by appending together the output of
853-
* the individual member relations. Note that in the inheritance case,
854-
* the first member relation is actually the same table as is mentioned in
855-
* the parent RTE ... but it has a different RTE and RelOptInfo. This is
852+
* relation's contents are computed by appending together the output of the
853+
* individual member relations. Note that in the non-partitioned inheritance
854+
* case, the first member relation is actually the same table as is mentioned
855+
* in the parent RTE ... but it has a different RTE and RelOptInfo. This is
856856
* a good thing because their outputs are not the same size.
857857
*/
858858
static void

0 commit comments

Comments
 (0)