Re: Avoid parallel full and right join paths. - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Avoid parallel full and right join paths.
Date
Msg-id 20160421014329.GA975337@alvherre.pgsql
Whole thread Raw
In response to Re: Avoid parallel full and right join paths.  (Michael Paquier <michael.paquier@gmail.com>)
Responses Re: Avoid parallel full and right join paths.  (Peter Geoghegan <pg@heroku.com>)
List pgsql-hackers
Michael Paquier wrote:
> On Thu, Apr 21, 2016 at 7:13 AM, Peter Geoghegan <pg@heroku.com> wrote:
> > On Wed, Apr 20, 2016 at 2:49 PM, Robert Haas <robertmhaas@gmail.com> wrote:
> >> Committed.  But I think the regression test needs more thought, so I
> >> left that out.
> >
> > It would be nice if there was a fuzz testing infrastructure that
> > verified that parallel plans produce the same answer as serial plans.
> 
> Results of parallel plans and serial plans could be stored in
> temporary tables in the test, then that's a matter of comparing them I
> guess. That's largely doable.

The brin.sql test does that ...

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Disallow unique index on system columns
Next
From: Noah Misch
Date:
Subject: Re: VS 2015 support in src/tools/msvc