pgsql: Expand the regression tests for PL/Tcl.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Expand the regression tests for PL/Tcl.
Date: 2017-01-09 15:10:43
Message-ID: E1cQbat-0000tH-5p@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Expand the regression tests for PL/Tcl.

This raises the test coverage (by line count) in pltcl.c from about 70%
to 86%.

Karl Lehenbauer and Jim Nasby

Discussion: https://postgr.es/m/92a1670d-21b6-8f03-9c13-e4fb2207ab7b@BlueTreble.com

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/961bed0208912a929a47c5a30190ff76748f3a03

Modified Files
--------------
src/pl/tcl/expected/pltcl_queries.out | 336 ++++++++++++++++++++++++++++++++--
src/pl/tcl/expected/pltcl_setup.out | 150 +++++++++++----
src/pl/tcl/sql/pltcl_queries.sql | 112 ++++++++++--
src/pl/tcl/sql/pltcl_setup.sql | 145 ++++++++++++---
4 files changed, 654 insertions(+), 89 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2017-01-09 21:20:35 pgsql: BRIN revmap pages are not standard pages ...
Previous Message Magnus Hagander 2017-01-09 15:05:11 pgsql: Use an enum instead of two bools to indicate wal inclusion in ba