Andrew Dunstan <[EMAIL PROTECTED]> 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

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
       subscribe-nomail command to [EMAIL PROTECTED] so that your
       message can get through to the mailing list cleanly

Reply via email to