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
ebd697a3
Commit
ebd697a3
authored
Feb 15, 2000
by
Thomas G. Lockhart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add line to mention PST8PDT time zone. Seems useful, but maybe not?
parent
e0c192e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/test/regress/regress.sh
src/test/regress/regress.sh
+2
-1
No files found.
src/test/regress/regress.sh
View file @
ebd697a3
#!/bin/sh
# $Header: /cvsroot/pgsql/src/test/regress/Attic/regress.sh,v 1.4
0 2000/02/13 21:45:15 petere
Exp $
# $Header: /cvsroot/pgsql/src/test/regress/Attic/regress.sh,v 1.4
1 2000/02/15 03:30:57 thomas
Exp $
#
if
[
$#
-eq
0
]
then
...
...
@@ -57,6 +57,7 @@ fi
echo
"=============== Notes... ================="
echo
"postmaster must already be running for the regression tests to succeed."
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