|
11 | 11 | * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group |
12 | 12 | * Portions Copyright (c) 1994, Regents of the University of California |
13 | 13 | * |
14 | | - * $PostgreSQL: pgsql/src/test/regress/pg_regress.c,v 1.12 2006/07/22 14:05:20 adunstan Exp $ |
| 14 | + * $PostgreSQL: pgsql/src/test/regress/pg_regress.c,v 1.13 2006/07/24 01:50:22 adunstan Exp $ |
15 | 15 | * |
16 | 16 | *------------------------------------------------------------------------- |
17 | 17 | */ |
@@ -541,15 +541,6 @@ initialize_environment(void) |
541 | 541 | if (user!=NULL) |
542 | 542 | doputenv("PGUSER",user); |
543 | 543 |
|
544 | | -/* |
545 | | - * On Windows, it seems to be necessary to adjust PATH even in |
546 | | - * this case. (XXX really? If so, what if installation has |
547 | | - * been relocated?) |
548 | | - */ |
549 | | -#if defined(WIN32)|| defined(CYGWIN) |
550 | | -add_to_path("PATH",';',libdir); |
551 | | -#endif |
552 | | - |
553 | 544 | /* |
554 | 545 | * Report what we're connecting to |
555 | 546 | */ |
|