Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit20a733d

Browse files
committed
Remove dubious and redundant (we think) setting of libdir in PATH for non temp-install case.
1 parent8dcaea7 commit20a733d

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

‎src/test/regress/pg_regress.c

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
1212
* Portions Copyright (c) 1994, Regents of the University of California
1313
*
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 $
1515
*
1616
*-------------------------------------------------------------------------
1717
*/
@@ -541,15 +541,6 @@ initialize_environment(void)
541541
if (user!=NULL)
542542
doputenv("PGUSER",user);
543543

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-
553544
/*
554545
* Report what we're connecting to
555546
*/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp