diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2018-02-20 18:03:31 -0500 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2018-02-22 21:36:48 -0500 |
commit | 76b6aa41f41db66004b1c430f17a546d4102fbe7 (patch) | |
tree | 3df4add677bd9cc44e9369d2311775a13e76e220 /src/backend/utils/adt/numeric.c | |
parent | a6a80134e3bffa0678a82ed7477d9d46dea07d3a (diff) | |
download | postgresql-76b6aa41f41db66004b1c430f17a546d4102fbe7.tar.gz postgresql-76b6aa41f41db66004b1c430f17a546d4102fbe7.zip |
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.
Diffstat (limited to 'src/backend/utils/adt/numeric.c')
0 files changed, 0 insertions, 0 deletions