Fix two undocumented parameters to functions from ENR patch.

Kevin Grittner <kgrittn@postgresql.org>

Commit: 41bd155dd656e7f17c02855be7aff234843347cd
Author: Kevin Grittner <kgrittn@postgresql.org>
Date: 2017-04-01T20:21:05Z
Releases: 10.0
Fix two undocumented parameters to functions from ENR patch.

On ProcessUtility document the parameter, to match others.

On CreateCachedPlan drop the queryEnv parameter.  It was not
referenced within the function, and had been added on the
assumption that with some unknown future usage of QueryEnvironment
it might be useful to do something there.  We have avoided other
"just in case" implementation of unused paramters, so drop it here.

Per gripe from Tom Lane

Files