From: Robert Haas Date: Thu, 10 Aug 2017 17:14:47 +0000 (-0400) Subject: Fix typo in comment. X-Git-Tag: REL_10_BETA4~75 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e694010758772da1ac0f3355027fad0e47da4465;p=postgresql Fix typo in comment. Etsuro Fujita Discussion: http://postgr.es/m/5f794b91-67df-1ac6-8a4f-069f8e8e169d@lab.ntt.co.jp --- diff --git a/src/include/nodes/plannodes.h b/src/include/nodes/plannodes.h index f1a1b24e67..7c51e7f9d2 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;