mirror of
https://github.com/postgres/postgres.git
synced 2026-07-15 04:40:58 -04:00
timetz test was omitted from parallel_schedule.
This commit is contained in:
parent
c0bff32c84
commit
e3831d83a7
1 changed files with 2 additions and 2 deletions
|
|
@ -11,11 +11,11 @@ test: numerology
|
|||
# ----------
|
||||
# The second group of parallel test
|
||||
# ----------
|
||||
test: point lseg box path polygon circle date time timestamp timestamptz interval abstime reltime tinterval inet comments oidjoins type_sanity opr_sanity
|
||||
test: point lseg box path polygon circle date time timetz timestamp timestamptz interval abstime reltime tinterval inet comments oidjoins type_sanity opr_sanity
|
||||
|
||||
# Depends on point, lseg, box, path, polygon and circle
|
||||
test: geometry
|
||||
# Depends on interval, timestamp, timestamptz, reltime and abstime
|
||||
# Depends on interval, timetz, timestamp, timestamptz, reltime and abstime
|
||||
test: horology
|
||||
|
||||
# ----------
|
||||
|
|
|
|||
Loading…
Reference in a new issue