Remove dubious and redundant (we think) setting of libdir in PATH for non temp-instal...
authorAndrew Dunstan <andrew@dunslane.net>
Mon, 24 Jul 2006 01:50:22 +0000 (01:50 +0000)
committerAndrew Dunstan <andrew@dunslane.net>
Mon, 24 Jul 2006 01:50:22 +0000 (01:50 +0000)
src/test/regress/pg_regress.c

index bbd83f5a9795166c6a0264c421e1d3175d28561b..fdbc424ed735f98510654f6c249f23d453f7f54e 100644 (file)
@@ -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
                 */