Fix recently introduced typo in code comment
authorDavid Rowley <[email protected]>
Fri, 12 Apr 2024 11:15:52 +0000 (23:15 +1200)
committerDavid Rowley <[email protected]>
Fri, 12 Apr 2024 11:15:52 +0000 (23:15 +1200)
Reported-by: Richard Guo
Discussion: https://postgr.es/m/CAMbWs49kAsZUsj7-0SBLvE9+uKz0RCqMEmM3NVytc1YvS8sTrQ@mail.gmail.com

src/backend/optimizer/plan/initsplan.c

index 032aa0240643673f82511b3d2fb4f087256421e2..e2c68fe6f995e74d15c6a059c4767a72ebeba702 100644 (file)
@@ -2644,7 +2644,7 @@ add_base_clause_to_rel(PlannerInfo *root, Index relid,
     * apply_child_basequals() sees, whereas the inh==false one is what's used
     * for the scan node in the final plan.
     *
-    * We make an exception to this is for partitioned tables.  For these, we
+    * We make an exception to this for partitioned tables.  For these, we
     * always apply the constant-TRUE and constant-FALSE transformations.  A
     * qual which is either of these for a partitioned table must also be that
     * for all of its child partitions.