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
20a733d0
Commit
20a733d0
authored
Jul 24, 2006
by
Andrew Dunstan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove dubious and redundant (we think) setting of libdir in PATH for non temp-install case.
parent
8dcaea7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
10 deletions
+1
-10
src/test/regress/pg_regress.c
src/test/regress/pg_regress.c
+1
-10
No files found.
src/test/regress/pg_regress.c
View file @
20a733d0
...
...
@@ -11,7 +11,7 @@
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $PostgreSQL: pgsql/src/test/regress/pg_regress.c,v 1.1
2 2006/07/22 14:05:20
adunstan Exp $
* $PostgreSQL: pgsql/src/test/regress/pg_regress.c,v 1.1
3 2006/07/24 01:50:22
adunstan Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -541,15 +541,6 @@ initialize_environment(void)
if
(
user
!=
NULL
)
doputenv
(
"PGUSER"
,
user
);
/*
* On Windows, it seems to be necessary to adjust PATH even in
* this case. (XXX really? If so, what if installation has
* been relocated?)
*/
#if defined(WIN32) || defined(CYGWIN)
add_to_path
(
"PATH"
,
';'
,
libdir
);
#endif
/*
* Report what we're connecting to
*/
...
...
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