Re: Let's get rid of serial_schedule

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Daniel Gustafsson <daniel@yesql.se>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2021-05-11T19:44:16Z
Lists: pgsql-hackers
Daniel Gustafsson <daniel@yesql.se> writes:
> On 11 May 2021, at 20:58, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> +	# for backwards compatibility, interpret "serial" as parallel tests

> This comment may seem odd without reading the commit message.  Perhaps it can
> be reworded to "..as parallel tests running with a single worker" or something
> along those lines?

I liked Heikki's phrasing, so the v2 patch does it his way.

			regards, tom lane



Commits

  1. Fix vcregress.pl's ancient misspelling of --max-connections.

  2. Get rid of the separate serial_schedule list of tests.