Re: [HACKERS] libdir for installcheck

2006-07-23 Thread Tom Lane
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

[HACKERS] libdir for installcheck

2006-07-23 Thread Andrew Dunstan
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