mirror of
https://github.com/postgres/postgres.git
synced 2025-07-11 10:01:57 +03:00
Fix typo in comment
Thomas Munro
This commit is contained in:
@ -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
|
* ExecParallelFinish. We separate these routines because someone might
|
||||||
* want to examine the contents of the DSM after ExecParallelFinish and
|
* want to examine the contents of the DSM after ExecParallelFinish and
|
||||||
* before calling this routine.
|
* before calling this routine.
|
||||||
|
Reference in New Issue
Block a user