postgresql/src/backend/tcop
Kevin Grittner 41bd155dd6 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
2017-04-01 15:21:05 -05:00
..
Makefile Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
dest.c Add a new DestReceiver for printing tuples without catalog access. 2017-01-24 16:53:56 -05:00
fastpath.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
postgres.c Fix two undocumented parameters to functions from ENR patch. 2017-04-01 15:21:05 -05:00
pquery.c Add infrastructure to support EphemeralNamedRelation references. 2017-03-31 23:17:18 -05:00
utility.c Fix two undocumented parameters to functions from ENR patch. 2017-04-01 15:21:05 -05:00