projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8817539
)
Remove dubious and redundant (we think) setting of libdir in PATH for non temp-instal...
author
Andrew Dunstan
<andrew@dunslane.net>
Mon, 24 Jul 2006 01:50:22 +0000
(
01:50
+0000)
committer
Andrew Dunstan
<andrew@dunslane.net>
Mon, 24 Jul 2006 01:50:22 +0000
(
01:50
+0000)
src/test/regress/pg_regress.c
patch
|
blob
|
blame
|
history
diff --git
a/src/test/regress/pg_regress.c
b/src/test/regress/pg_regress.c
index bbd83f5a9795166c6a0264c421e1d3175d28561b..fdbc424ed735f98510654f6c249f23d453f7f54e 100644
(file)
--- a/
src/test/regress/pg_regress.c
+++ b/
src/test/regress/pg_regress.c
@@
-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
*/