[COMMITTERS] pgsql: Expand the regression tests for PL/Tcl. - Mailing list pgsql-committers

From Tom Lane
Subject [COMMITTERS] pgsql: Expand the regression tests for PL/Tcl.
Date
Msg-id E1cQbat-0000tH-5p@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Magnus Hagander
Date:
Subject: [COMMITTERS] pgsql: Use an enum instead of two bools to indicate wal inclusion inba
Next
From: Alvaro Herrera
Date:
Subject: [COMMITTERS] pgsql: BRIN revmap pages are not standard pages ...