diff options
author | Robert Haas <rhaas@postgresql.org> | 2017-08-10 13:14:47 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2017-08-10 13:14:47 -0400 |
commit | e694010758772da1ac0f3355027fad0e47da4465 (patch) | |
tree | 3737c1b4ea79891022bb2fe75c2b25123c96b2b0 | |
parent | 0b7ba3d6474b8f58e74dba548886df3250805cdf (diff) | |
download | postgresql-e694010758772da1ac0f3355027fad0e47da4465.tar.gz postgresql-e694010758772da1ac0f3355027fad0e47da4465.zip |
Fix typo in comment.
Etsuro Fujita
Discussion: http://postgr.es/m/5f794b91-67df-1ac6-8a4f-069f8e8e169d@lab.ntt.co.jp
-rw-r--r-- | src/include/nodes/plannodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/nodes/plannodes.h b/src/include/nodes/plannodes.h index f1a1b24e677..7c51e7f9d21 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; |