From: Magnus Hagander Date: Fri, 25 Nov 2016 12:06:19 +0000 (+0100) Subject: Fix typo in comment X-Git-Tag: REL9_6_2~118 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=81f92a55c7bb920a7b915ae0e022a8488126ec22;p=postgresql Fix typo in comment Thomas Munro --- diff --git a/src/backend/executor/execParallel.c b/src/backend/executor/execParallel.c index 5aa6f023bf..f9c85989d8 100644 --- a/src/backend/executor/execParallel.c +++ b/src/backend/executor/execParallel.c @@ -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.