pgsql: Improve coverage of pltcl regression tests.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve coverage of pltcl regression tests.
Date: 2016-03-02 01:01:30
Message-ID: E1aavAQ-0007CG-Ti@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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).

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/68c521eb92c3515e3306f51a7fd3f32d16c97524

Modified Files
--------------
src/pl/tcl/expected/pltcl_queries.out | 47 +++++++++++++++++++++++++++++++++
src/pl/tcl/expected/pltcl_queries_1.out | 47 +++++++++++++++++++++++++++++++++
src/pl/tcl/expected/pltcl_setup.out | 13 +++++++++
src/pl/tcl/sql/pltcl_queries.sql | 15 +++++++++++
src/pl/tcl/sql/pltcl_setup.sql | 18 +++++++++++++
5 files changed, 140 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2016-03-02 02:51:53 pgsql: Change the format of the VM fork to add a second bit per page.
Previous Message Alvaro Herrera 2016-03-01 22:55:32 pgsql: Add more tests for commit_timestamp feature