Skip to content

Commit b9ecefe

Browse files
committed
Fix recently introduced typo in code comment
Reported-by: Richard Guo Discussion: https://postgr.es/m/CAMbWs49kAsZUsj7-0SBLvE9+uKz0RCqMEmM3NVytc1YvS8sTrQ@mail.gmail.com
1 parent 3741f2a commit b9ecefe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/optimizer/plan/initsplan.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2644,7 +2644,7 @@ add_base_clause_to_rel(PlannerInfo *root, Index relid,
26442644
* apply_child_basequals() sees, whereas the inh==false one is what's used
26452645
* for the scan node in the final plan.
26462646
*
2647-
* We make an exception to this is for partitioned tables. For these, we
2647+
* We make an exception to this for partitioned tables. For these, we
26482648
* always apply the constant-TRUE and constant-FALSE transformations. A
26492649
* qual which is either of these for a partitioned table must also be that
26502650
* for all of its child partitions.

0 commit comments

Comments
 (0)