projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cc6a3f
)
Fix typo in comment
author
Magnus Hagander
Fri, 25 Nov 2016 12:06:19 +0000
(13:06 +0100)
committer
Magnus Hagander
Fri, 25 Nov 2016 12:06:19 +0000
(13:06 +0100)
Thomas Munro
src/backend/executor/execParallel.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/executor/execParallel.c
b/src/backend/executor/execParallel.c
index 5aa6f023bf7d516c3f9a4280f2c3611a0c17674c..f9c85989d82b285e50d3282fdd676f41161e2ec4 100644
(file)
--- a/
src/backend/executor/execParallel.c
+++ b/
src/backend/executor/execParallel.c
@@
-563,7
+563,7
@@
ExecParallelFinish(ParallelExecutorInfo *pei)
}
/*
- * Clean up whatever ParallelExecut
re
Info resources still exist after
+ * Clean up whatever ParallelExecut
or
Info resources still exist after
* ExecParallelFinish. We separate these routines because someone might
* want to examine the contents of the DSM after ExecParallelFinish and
* before calling this routine.