Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
6e0cc2ac
Commit
6e0cc2ac
authored
Jan 06, 2000
by
Thomas G. Lockhart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Freshen up the banner displayed when running the regression test.
parent
b78769fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
src/test/regress/regress.sh
src/test/regress/regress.sh
+3
-4
No files found.
src/test/regress/regress.sh
View file @
6e0cc2ac
#!/bin/sh
# $Header: /cvsroot/pgsql/src/test/regress/Attic/regress.sh,v 1.3
6 2000/01/05 17:30:05
thomas Exp $
# $Header: /cvsroot/pgsql/src/test/regress/Attic/regress.sh,v 1.3
7 2000/01/06 06:40:18
thomas Exp $
#
if
[
$#
-eq
0
]
then
...
...
@@ -41,9 +41,8 @@ SYSTEM=`../../config.guess | awk -F\- '{ split($3,a,/[0-9]/); printf"%s-%s", $1,
echo
"=============== Notes... ================="
echo
"postmaster must already be running for the regression tests to succeed."
echo
"The time zone is now set to PST8PDT explicitly by this regression test"
echo
" client frontend. Please report any apparent problems to"
echo
" ports@postgresql.org"
echo
"The time zone is set to PST8PDT for these tests by the client frontend."
echo
"Please report any apparent problems to ports@postgresql.org"
echo
"See regress/README for more information."
echo
""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment