]> granicus.if.org Git - postgresql/commit
PL/pgSQL: Extend test case
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 23 Aug 2018 15:20:47 +0000 (17:20 +0200)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 23 Aug 2018 15:20:47 +0000 (17:20 +0200)
commitd2cc897b3da9358f850dd9fa5a1a6c7ebc7bd0cf
treefdb4b0fef036ba3dd6b5996cbf96d8d6c5a656cb
parentd10f7741650de3199033702c3fe98a6896fd32a9
PL/pgSQL: Extend test case

This test was supposed to check the interaction of INOUT and default
parameters in a procedure call, but it only checked the case where the
parameter was not supplied.  Now it also checks the case where the
parameter was supplied.  It was already working correctly, so no code
changes required.
src/pl/plpgsql/src/expected/plpgsql_call.out
src/pl/plpgsql/src/sql/plpgsql_call.sql