projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1957f8d
)
Update ExecInitPartitionInfo comment
author
Alvaro Herrera
<
[email protected]
>
Wed, 25 Apr 2018 02:00:48 +0000
(23:00 -0300)
committer
Alvaro Herrera
<
[email protected]
>
Wed, 25 Apr 2018 02:00:48 +0000
(23:00 -0300)
Remove the words "if not already done." This obsolete wording
corresponds to an early development version of what became
edd44738bc8
.
Author: Etsuro Fujita
Reviewed-by: Amit Langote
Discussion: https://postgr.es/m/
5ADF117B
.
5030606
@lab.ntt.co.jp
src/backend/executor/execPartition.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/executor/execPartition.c
b/src/backend/executor/execPartition.c
index f7418f64b18c1b3176d6a47712c3969b538c7168..b2ee92eb155a67bf1910cb1ef8a13d72f252839e 100644
(file)
--- a/
src/backend/executor/execPartition.c
+++ b/
src/backend/executor/execPartition.c
@@
-294,8
+294,7
@@
ExecFindPartition(ResultRelInfo *resultRelInfo, PartitionDispatch *pd,
/*
* ExecInitPartitionInfo
- * Initialize ResultRelInfo and other information for a partition if not
- * already done
+ * Initialize ResultRelInfo and other information for a partition
*
* Returns the ResultRelInfo
*/