Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
61234c14
Commit
61234c14
authored
24 years ago
by
Peter Eisentraut
Browse files
Options
Downloads
Patches
Plain Diff
Fix test order
parent
36786a81
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/test/regress/serial_schedule
+11
-7
11 additions, 7 deletions
src/test/regress/serial_schedule
with
11 additions
and
7 deletions
src/test/regress/serial_schedule
+
11
−
7
View file @
61234c14
# $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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment