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
208dae37
Commit
208dae37
authored
Nov 14, 1997
by
Thomas G. Lockhart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set time zone and date style environment variables.
Update banner message regarding time zone.
parent
0f2189ef
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
src/test/regress/regress.sh
src/test/regress/regress.sh
+7
-6
No files found.
src/test/regress/regress.sh
View file @
208dae37
#!/bin/sh
# $Header: /cvsroot/pgsql/src/test/regress/Attic/regress.sh,v 1.1
1 1997/06/03 14:19:28
thomas Exp $
# $Header: /cvsroot/pgsql/src/test/regress/Attic/regress.sh,v 1.1
2 1997/11/14 15:57:12
thomas Exp $
#
if
echo
'\c'
|
grep
-s
c
>
/dev/null 2>&1
then
...
...
@@ -14,17 +14,18 @@ if [ -d ./obj ]; then
cd
./obj
fi
TZ
=
"PST8PDT"
;
export
TZ
PGTZ
=
"PST8PDT"
;
export
PGTZ
PGDATESTYLE
=
"Postgres,US"
;
export
PGDATESTYLE
#FRONTEND=monitor
FRONTEND
=
"psql -n -e -q"
echo
"=============== Notes... ================="
echo
"postmaster must already be running for the regression tests to succeed."
echo
"The time zone
must be set to PST/PDT for the date and time data types
"
echo
"
to pass the regression tests; to do this type
"
echo
"
setenv TZ
$TZ
"
echo
"
before starting postmaster. regress/README has
more information."
echo
"The time zone
is now set to PST/PDT explicitly by the regression test
"
echo
"
client frontend. Please report any apparent problems to
"
echo
"
ports@postgresql.org
"
echo
"
See regress/README for
more information."
echo
""
echo
"=============== destroying old regression database... ================="
...
...
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