]> granicus.if.org Git - postgresql/commitdiff
Fix typo in comment
authorMagnus Hagander <magnus@hagander.net>
Fri, 25 Nov 2016 12:06:19 +0000 (13:06 +0100)
committerMagnus Hagander <magnus@hagander.net>
Fri, 25 Nov 2016 12:06:35 +0000 (13:06 +0100)
Thomas Munro

src/backend/executor/execParallel.c

index 5aa6f023bf7d516c3f9a4280f2c3611a0c17674c..f9c85989d82b285e50d3282fdd676f41161e2ec4 100644 (file)
@@ -563,7 +563,7 @@ ExecParallelFinish(ParallelExecutorInfo *pei)
 }
 
 /*
- * Clean up whatever ParallelExecutreInfo resources still exist after
+ * Clean up whatever ParallelExecutorInfo 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.