Support parameters in CALL

Peter Eisentraut <peter_e@gmx.net>

Commit: 76b6aa41f41db66004b1c430f17a546d4102fbe7
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2018-02-23T02:36:48Z
Releases: 11.0
Support parameters in CALL

To support parameters in CALL, move the parse analysis of the procedure
and arguments into the global transformation phase, so that the parser
hooks can be applied.  And then at execution time pass the parameters
from ProcessUtility on to ExecuteCallStmt.

Files