mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
create_index test must run after create_misc test.
This commit is contained in:
parent
0bd223291f
commit
7305aa0171
1 changed files with 2 additions and 2 deletions
|
|
@ -38,10 +38,10 @@ test: copy
|
|||
# ----------
|
||||
# The third group of parallel test
|
||||
# ----------
|
||||
test: constraints triggers create_misc create_aggregate create_operator create_index inherit vacuum
|
||||
test: constraints triggers create_misc create_aggregate create_operator inherit vacuum
|
||||
|
||||
# Depends on the above
|
||||
test: create_view
|
||||
test: create_index create_view
|
||||
|
||||
# ----------
|
||||
# sanity_check does a vacuum, affecting the sort order of SELECT *
|
||||
|
|
|
|||
Loading…
Reference in a new issue