Index: pg_regress.sh =================================================================== RCS file: /home/projects/pgsql/cvsroot/pgsql/src/test/regress/pg_regress.sh,v retrieving revision 1.16 diff -u -r1.16 pg_regress.sh --- pg_regress.sh 2001/01/02 02:13:48 1.16 +++ pg_regress.sh 2001/01/12 21:28:07 @@ -296,6 +296,12 @@ fi export LD_LIBRARY_PATH + # ---------- + # Cygwin needs libdir in PATH in order to find "shared" (i.e., DLL) + # libraries which are loaded by Windows as opposed to dlopen(). + # ---------- + + PATH=$libdir:$PATH if [ -d "$temp_install" ]; then message "removing existing temp installation"