Hi,

Here is a small patch for fixing a comment typo in plannodes.h: s/all the partitioned table/all the partitioned tables/.

Best regards,
Etsuro Fujita
diff --git a/src/include/nodes/plannodes.h b/src/include/nodes/plannodes.h
index f1a1b24..7c51e7f 100644
--- a/src/include/nodes/plannodes.h
+++ b/src/include/nodes/plannodes.h
@@ -67,7 +67,7 @@ typedef struct PlannedStmt
 
        /*
         * rtable indexes of non-leaf target relations for UPDATE/DELETE on all
-        * the partitioned table mentioned in the query.
+        * the partitioned tables mentioned in the query.
         */
        List       *nonleafResultRelations;
 
-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to