]> 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:22:33 +0000 (17:22 +0200)
commitca02434a0b86e7dbc5b790f1a4d6b782ca8f4916
tree0922e58204fbc28ef08e084f4d2a5761e19052ea
parentc2b5d177182a96aa0f9926c3bee2598253918700
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