Michael Paquier wrote: > On Thu, Apr 21, 2016 at 7:13 AM, Peter Geoghegan <[email protected]> wrote: > > On Wed, Apr 20, 2016 at 2:49 PM, Robert Haas <[email protected]> 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 -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
