Re: pgsql: Add tests for tuplesort.c. - Mailing list pgsql-committers

From Andres Freund
Subject Re: pgsql: Add tests for tuplesort.c.
Date
Msg-id 3FC31FE3-18BE-40EF-84F1-EC4F7592F9E5@anarazel.de
Whole thread Raw
In response to Re: pgsql: Add tests for tuplesort.c.  (Peter Geoghegan <pg@bowt.ie>)
Responses Re: pgsql: Add tests for tuplesort.c.  (Peter Geoghegan <pg@bowt.ie>)
List pgsql-committers
Hi,

On November 16, 2019 10:09:19 AM PST, Peter Geoghegan <pg@bowt.ie> wrote:
>On Wed, Nov 13, 2019 at 4:09 PM Andres Freund <andres@anarazel.de>
>wrote:
>> Add tests for tuplesort.c.
>
>> Modified Files
>> --------------
>> src/test/regress/expected/tuplesort.out | 691
>++++++++++++++++++++++++++++++++
>> src/test/regress/parallel_schedule      |   2 +-
>> src/test/regress/sql/tuplesort.sql      | 304 ++++++++++++++
>> 3 files changed, 996 insertions(+), 1 deletion(-)
>
>Looks like you forgot to add an entry to serial_schedule.

Indeed, thanks for catching. I'm off till Monday... If you want to push the addition...

Really gotta change pg_regress to automatically serialize when setting max parallelism to 1...

Andres
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.



pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: pgsql: Add tests for tuplesort.c.
Next
From: Peter Geoghegan
Date:
Subject: Re: pgsql: Add tests for tuplesort.c.