Improve coverage of pltcl regression tests.
Tom Lane <tgl@sss.pgh.pa.us>
Improve coverage of pltcl regression tests. Test composite-type arguments and the argisnull and spi_lastoid Tcl commmands. This stuff was not covered before, but needs to be exercised since the upcoming Tcl object-conversion patch changes these code paths (and broke at least one of them).
Files
| Path | Change | +/− |
|---|---|---|
| src/pl/tcl/expected/pltcl_queries_1.out | modified | +47 −0 |
| src/pl/tcl/expected/pltcl_queries.out | modified | +47 −0 |
| src/pl/tcl/expected/pltcl_setup.out | modified | +13 −0 |
| src/pl/tcl/sql/pltcl_queries.sql | modified | +15 −0 |
| src/pl/tcl/sql/pltcl_setup.sql | modified | +18 −0 |