Re: libdir for installcheck

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: libdir for installcheck
Date: 2006-07-23 17:54:32
Message-ID: 3622.1153677272@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
> I see that pg_regress.c has the following (after I adjusted the #ifdef):

> /*
> * 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

> The "case" referred to is where we aren't using a temp install.

> I'm pretty sure that the answer is that we don't need this.

Could be. This is just a copy-and-paste of logic that was in the shell
script... feel free to remove it and see what happens ...

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-07-23 18:10:26 Re: Sun Donated a Sun Fire T2000 to the PostgreSQL
Previous Message Andrew Dunstan 2006-07-23 15:10:31 libdir for installcheck