From e694010758772da1ac0f3355027fad0e47da4465 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Thu, 10 Aug 2017 13:14:47 -0400 Subject: [PATCH] Fix typo in comment. Etsuro Fujita Discussion: http://postgr.es/m/5f794b91-67df-1ac6-8a4f-069f8e8e169d@lab.ntt.co.jp --- src/include/nodes/plannodes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.40.0