PL/pgSQL: Extend test case

Peter Eisentraut <peter_e@gmx.net>

Commit: ca02434a0b86e7dbc5b790f1a4d6b782ca8f4916
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2018-08-23T15:22:33Z
Releases: 11.0
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.

Files