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
f4db5c3c
Commit
f4db5c3c
authored
25 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Update regression for new dropdb command.
parent
a27542c3
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/test/regress/regress.sh
+8
-8
8 additions, 8 deletions
src/test/regress/regress.sh
with
8 additions
and
8 deletions
src/test/regress/regress.sh
+
8
−
8
View file @
f4db5c3c
#!/bin/sh
# $Header: /cvsroot/pgsql/src/test/regress/Attic/regress.sh,v 1.3
2
1999/1
1
/1
9 18:51:49 wieck
Exp $
# $Header: /cvsroot/pgsql/src/test/regress/Attic/regress.sh,v 1.3
3
1999/1
2
/1
0 00:48:32 momjian
Exp $
#
if
[
$#
-eq
0
]
then
...
...
@@ -47,8 +47,8 @@ echo " ports@postgresql.org"
echo
"See regress/README for more information."
echo
""
echo
"=============== d
estroy
ing old regression database... ================="
d
est
ro
y
db
$HOST
regression
echo
"=============== d
ropp
ing old regression database... ================="
dro
p
db
$HOST
regression
echo
"=============== creating new regression database... ================="
if
[
-n
"
$MULTIBYTE
"
]
;
then
...
...
@@ -119,17 +119,17 @@ then
echo
Skipping clearing and deletion of the regression database
else
echo
"=============== clearing regression database... ================="
$FRONTEND
regression < d
est
ro
y
.sql
$FRONTEND
regression < dro
p
.sql
if
[
$?
-ne
0
]
;
then
echo
the d
est
ro
y
script has an error
echo
the dro
p
script has an error
exit
1
fi
exit
0
echo
"=============== d
estroy
ing regression database... ================="
d
est
ro
y
db regression
echo
"=============== d
ropp
ing regression database... ================="
dro
p
db regression
if
[
$?
-ne
0
]
;
then
echo
d
est
ro
y
db failed
echo
dro
p
db failed
exit
1
fi
...
...
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