pgsql: Allow CALL with polymorphic type arguments - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Allow CALL with polymorphic type arguments
Date
Msg-id E1fbXg7-0000N6-Tq@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e34ec136201df07a05a83825ebff7fffb9043598

Modified Files
--------------
src/backend/commands/functioncmds.c            |  1 +
src/test/regress/expected/create_procedure.out |  7 +++++++
src/test/regress/sql/create_procedure.sql      | 11 +++++++++++
3 files changed, 19 insertions(+)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Allow replication slots to be dropped in single-user mode
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Fix assert in nested SQL procedure call