pgsql: Fix some misplaced comments in parallel_schedule

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix some misplaced comments in parallel_schedule
Date: 2025-10-23 00:39:01
Message-ID: E1vBjM5-0032Xk-20@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(at)gmail(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tatsuo Ishii 2025-10-23 02:05:35 pgsql: Fix coding style with "else".
Previous Message Masahiko Sawada 2025-10-23 00:20:43 pgsql: Add copyright notice to vacuum_horizon_floor.pl test.