Fix test order

This commit is contained in:
Peter Eisentraut 2000-10-01 21:19:09 +00:00
parent 36786a8150
commit 61234c14fc
1 changed files with 11 additions and 7 deletions

View File

@ -1,15 +1,18 @@
# $Header: /cvsroot/pgsql/src/test/regress/serial_schedule,v 1.2 2000/10/01 21:19:09 petere Exp $
# This should probably be in an order similar to parallel_schedule.
test: boolean
test: char
test: name
test: varchar
test: text
test: strings
test: int2
test: int4
test: int8
test: oid
test: float4
test: float8
test: numeric
test: strings
test: numerology
test: point
test: lseg
@ -17,7 +20,6 @@ test: box
test: path
test: polygon
test: circle
test: geometry
test: date
test: time
test: timestamp
@ -25,24 +27,26 @@ test: interval
test: abstime
test: reltime
test: tinterval
test: horology
test: inet
test: comments
test: oidjoins
test: type_sanity
test: opr_sanity
test: geometry
test: horology
test: create_function_1
test: create_type
test: create_table
test: create_function_2
test: copy
test: constraints
test: triggers
test: copy
test: create_misc
test: create_aggregate
test: create_operator
test: create_view
test: create_index
test: inherit
test: create_view
test: sanity_check
test: errors
test: select
@ -60,15 +64,15 @@ test: transactions
ignore: random
test: random
test: portals
test: misc
test: arrays
test: btree_index
test: hash_index
test: misc
test: select_views
test: alter_table
test: portals_p2
test: rules
test: foreign_key
test: limit
test: plpgsql
test: temp
test: numeric