Re: pgsql: Add parallel-aware hash joins. - Mailing list pgsql-hackers

From Robert Haas
Subject Re: pgsql: Add parallel-aware hash joins.
Date
Msg-id CA+TgmobyYzqL1dqkpghwWX-ZWvG1=6OWDRt7m3P9NxCPPvKr0Q@mail.gmail.com
Whole thread Raw
In response to Re: pgsql: Add parallel-aware hash joins.  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Wed, Jan 24, 2018 at 4:01 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> The progress-display output of pg_regress would need a complete rethink
> anyhow.  First thought is to emit two lines per test, one when we
> launch it and one when it finishes and we check the results:
>
> foreign_data: launched
> ...
> foreign_data: ok           (or FAILED)

I suspect that first line would only be interesting on the very rare
occasions when test hangs.  I'm not sure it would be good to add that
much chatter.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: pgsql: Add parallel-aware hash joins.
Next
From: Adam Brightwell
Date:
Subject: Re: PATCH: Exclude unlogged tables from base backups