]> granicus.if.org Git - postgresql/commit
Reduce disk footprint of brin regression test
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 14 Nov 2014 19:27:26 +0000 (16:27 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 14 Nov 2014 19:31:48 +0000 (16:31 -0300)
commit86cf9a565069755189e08290343d2d62afdd1f52
tree6c9c28b337d91a409018f9891980318323019375
parent51f9ea25dc4296948eb851a851bb60e0860c70a1
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.
src/test/regress/expected/brin.out
src/test/regress/sql/brin.sql