]> granicus.if.org Git - postgresql/commitdiff
Fix typo in comment.
authorRobert Haas <rhaas@postgresql.org>
Thu, 10 Aug 2017 17:14:47 +0000 (13:14 -0400)
committerRobert Haas <rhaas@postgresql.org>
Thu, 10 Aug 2017 17:14:47 +0000 (13:14 -0400)
Etsuro Fujita

Discussion: http://postgr.es/m/5f794b91-67df-1ac6-8a4f-069f8e8e169d@lab.ntt.co.jp

src/include/nodes/plannodes.h

index f1a1b24e6776b6353e77bc7c1e67f8623ae4ad24..7c51e7f9d21f6c83a544685d84909dc42115d5c1 100644 (file)
@@ -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;