projects
/
users
/
gsingh
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b7ba3d
)
Fix typo in comment.
author
Robert Haas
<rhaas@postgresql.org>
Thu, 10 Aug 2017 17:14:47 +0000
(13:14 -0400)
committer
Robert 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
patch
|
blob
|
blame
|
history
diff --git
a/src/include/nodes/plannodes.h
b/src/include/nodes/plannodes.h
index f1a1b24e6776b6353e77bc7c1e67f8623ae4ad24..7c51e7f9d21f6c83a544685d84909dc42115d5c1 100644
(file)
--- 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 table
s
mentioned in the query.
*/
List *nonleafResultRelations;