diff options
author | David Rowley <drowley@postgresql.org> | 2025-10-23 13:38:39 +1300 |
---|---|---|
committer | David Rowley <drowley@postgresql.org> | 2025-10-23 13:38:39 +1300 |
commit | b30da2d233fed10c0f0e90d95171bc927404b2b1 (patch) | |
tree | 06304cd2ea1a1d8e07c99324676f5a4191f446ed | |
parent | 487e2bc5341c19a906db0928d09f08e935a9d737 (diff) |
Fix some misplaced comments in parallel_scheduleHEADorigin/masterorigin/HEADmaster
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>
-rw-r--r-- | src/test/regress/parallel_schedule | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/regress/parallel_schedule b/src/test/regress/parallel_schedule index f9450cdc477..a0f5fab0f5d 100644 --- a/src/test/regress/parallel_schedule +++ b/src/test/regress/parallel_schedule @@ -75,12 +75,12 @@ test: brin_bloom brin_multi # ---------- # Another group of parallel tests -# psql depends on create_am -# amutils depends on geometry, create_index_spgist, hash_index, brin # ---------- test: create_table_like alter_generic alter_operator misc async dbsize merge misc_functions sysviews tsrf tid tidscan tidrangescan collate.utf8 collate.icu.utf8 incremental_sort create_role without_overlaps generated_virtual # collate.linux.utf8 and collate.icu.utf8 tests cannot be run in parallel with each other +# psql depends on create_am +# amutils depends on geometry, create_index_spgist, hash_index, brin test: rules psql psql_crosstab psql_pipeline amutils stats_ext collate.linux.utf8 collate.windows.win1252 # ---------- @@ -112,7 +112,7 @@ test: json jsonb json_encoding jsonpath jsonpath_encoding jsonb_jsonpath sqljson # ---------- # Another group of parallel tests # with depends on create_misc -# NB: temp.sql does reconnects which transiently use 2 connections, +# NB: temp.sql does reconnects which transiently uses 2 connections, # so keep this parallel group to at most 19 tests # ---------- test: plancache limit plpgsql copy2 temp domain rangefuncs prepare conversion truncate alter_table sequence polymorphism rowtypes returning largeobject with xml |