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 reloc
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