]> granicus.if.org Git - postgresql/commit
Add some regression tests that exercise hash join code.
authorAndres Freund <andres@anarazel.de>
Thu, 30 Nov 2017 00:06:50 +0000 (16:06 -0800)
committerAndres Freund <andres@anarazel.de>
Thu, 30 Nov 2017 00:06:50 +0000 (16:06 -0800)
commitfa330f9adf4e83c0707b0b1164e7bf09c9204b3d
tree2e0a00ccda19a6435b91553bc1c8f0a87cce16c9
parent84940644de931f331433b35e3a391822671f8c9c
Add some regression tests that exercise hash join code.

Although hash joins are already tested by many queries, these tests
systematically cover the four different states we can reach as part of
the strategy for respecting work_mem.

Author: Thomas Munro
Reviewed-By: Andres Freund
src/test/regress/expected/join.out
src/test/regress/sql/join.sql