Allow CALL with polymorphic type arguments
Peter Eisentraut <peter_e@gmx.net>
Allow CALL with polymorphic type arguments In order to be able to resolve polymorphic types, we need to set fn_expr before invoking the procedure.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/functioncmds.c | modified | +1 −0 |
| src/test/regress/expected/create_procedure.out | modified | +7 −0 |
| src/test/regress/sql/create_procedure.sql | modified | +11 −0 |