pgsql: Fix some misplaced comments in parallel_schedule - Mailing list pgsql-committers

From David Rowley
Subject pgsql: Fix some misplaced comments in parallel_schedule
Date
Msg-id E1vBjM5-0032Xk-20@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix some misplaced comments in parallel_schedule

These are listing which other tests one of the tests in the subsequent
group depends on.  A couple of comments were located with unrelated
tests.

In passing, fix a small grammatical issue.

Noticed in passing while working on something else.

Author: David Rowley <dgrowleyml@gmail.com>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b30da2d233fed10c0f0e90d95171bc927404b2b1

Modified Files
--------------
src/test/regress/parallel_schedule | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Masahiko Sawada
Date:
Subject: pgsql: Add copyright notice to vacuum_horizon_floor.pl test.
Next
From: Tatsuo Ishii
Date:
Subject: pgsql: Fix coding style with "else".