pgsql: Tweak parallel hash join test case in hopes of improving stabili

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Tweak parallel hash join test case in hopes of improving stabili
Date: 2018-01-04 06:07:01
Message-ID: E1eWyg9-0000AZ-HK@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Tweak parallel hash join test case in hopes of improving stability.

This seems to make things better on gaur, let's see what the rest
of the buildfarm thinks.

Thomas Munro

Discussion: https://postgr.es/m/CAEepm=1uuT8iJxMEsR=jL+3zEi87DB2v0+0H9o_rUXXCZPZT3A@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/934c7986f4a0a6a3b606301d84b784a27c0c324b

Modified Files
--------------
src/test/regress/expected/join.out | 2 +-
src/test/regress/sql/join.sql | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-01-04 06:09:33 Re: pgsql: Add parallel-aware hash joins.
Previous Message Robert Haas 2018-01-04 03:40:32 Re: pgsql: Fix deadlock hazard in CREATE INDEX CONCURRENTLY