pgsql: Improve regression test coverage for hash indexes.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve regression test coverage for hash indexes.
Date: 2016-10-18 20:00:34
Message-ID: E1bwaYs-0007go-6h@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve regression test coverage for hash indexes.

On my system, this improves coverage for src/backend/access/hash from
61.3% of lines to 88.2% of lines, and from 83.5% of functions to 97.5%
of functions, which is pretty good for 36 lines of tests.

Mithun Cy, reviewing by Amit Kapila and Álvaro Herrera

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b801e120080de836b834c1b756c4c4d81ce841b5

Modified Files
--------------
src/test/regress/expected/hash_index.out | 36 ++++++++++++++++++++++++++
src/test/regress/sql/hash_index.sql | 43 ++++++++++++++++++++++++++++++++
2 files changed, 79 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2016-10-19 10:31:50 Re: pgsql: Add a macro templatized hashtable.
Previous Message Tom Lane 2016-10-18 18:09:00 Re: pgsql: Use OpenSSL EVP API for symmetric encryption in pgcrypto.