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
f8bdef07
Commit
f8bdef07
authored
24 years ago
by
Peter Eisentraut
Browse files
Options
Downloads
Patches
Plain Diff
Windows wants shared libraries in PATH.
parent
25c0ffb9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/test/regress/pg_regress.sh
+10
-1
10 additions, 1 deletion
src/test/regress/pg_regress.sh
with
10 additions
and
1 deletion
src/test/regress/pg_regress.sh
+
10
−
1
View file @
f8bdef07
#! /bin/sh
#! /bin/sh
# $Header: /cvsroot/pgsql/src/test/regress/Attic/pg_regress.sh,v 1.1
6
2001/01/
02 02:13:48 tgl
Exp $
# $Header: /cvsroot/pgsql/src/test/regress/Attic/pg_regress.sh,v 1.1
7
2001/01/
13 03:25:48 petere
Exp $
me
=
`
basename
$0
`
me
=
`
basename
$0
`
:
${
TMPDIR
=/tmp
}
:
${
TMPDIR
=/tmp
}
...
@@ -296,6 +296,15 @@ then
...
@@ -296,6 +296,15 @@ then
fi
fi
export
LD_LIBRARY_PATH
export
LD_LIBRARY_PATH
# ----------
# Windows needs shared libraries in PATH. (Only those linked into
# executables, not dlopen'ed ones)
# ----------
case
$host_platform
in
*
-
*
-cygwin
*
)
PATH
=
$libdir
:
$PATH
export
PATH
;;
esac
if
[
-d
"
$temp_install
"
]
;
then
if
[
-d
"
$temp_install
"
]
;
then
message
"removing existing temp installation"
message
"removing existing temp installation"
...
...
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