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
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/fa330f9adf4e83c0707b0b1164e7bf09c9204b3d
Modified Files
--------------
src/test/regress/expected/join.out | 457 +++++++++++++++++++++++++++++++++++++
src/test/regress/sql/join.sql | 253 ++++++++++++++++++++
2 files changed, 710 insertions(+)