pgsql: Reduce disk footprint of brin regression test

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Reduce disk footprint of brin regression test
Date: 2014-11-14 19:33:55
Message-ID: E1XpMd1-0006O3-4A@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Reduce disk footprint of brin regression test

Per complaint from Tom.

While at it, throw in some extra tests for nulls as well, and make sure
that the set of data we insert on the second round is not identical to
the first one. Both measures are intended to improve coverage of the
test.

Also uncomment the ON COMMIT DROP clause on the CREATE TEMP TABLE
commands. This doesn't have any effect for someone examining the
regression database after the tests are done, but it reduces clutter for
those that execute the script directly.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/86cf9a565069755189e08290343d2d62afdd1f52

Modified Files
--------------
src/test/regress/expected/brin.out | 21 ++++++++++++---------
src/test/regress/sql/brin.sql | 22 ++++++++++++----------
2 files changed, 24 insertions(+), 19 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Stephen Frost 2014-11-14 20:18:26 pgsql: Revert change to ALTER TABLESPACE summary.
Previous Message Alvaro Herrera 2014-11-14 18:36:28 pgsql: Allow interrupting GetMultiXactIdMembers