Index: src/test/regress/pg_regress.sh
===================================================================
RCS file: /projects/cvsroot/pgsql-server/src/test/regress/pg_regress.sh,v
retrieving revision 1.38
diff -c -r1.38 pg_regress.sh
*** src/test/regress/pg_regress.sh	8 Jan 2004 20:04:41 -0000	1.38
--- src/test/regress/pg_regress.sh	1 May 2004 01:52:52 -0000
***************
*** 208,213 ****
--- 208,225 ----
  
  
  # ----------
+ # Set up pwd to give a win32 happy pathname
+ # ----------
+ 
+ case $host_platform in
+     *-*-mingw32*)
+         PWDFLAGS=-W;;
+     *)
+         PWDFLAGS=;;
+ esac
+ 
+ 
+ # ----------
  # Set backend timezone and datestyle explicitly
  #
  # To pass the horology test in its current form, the postmaster must be
***************
*** 294,300 ****
  if [ x"$temp_install" != x"" ]
  then
      if echo x"$temp_install" | grep -v '^x/' >/dev/null 2>&1; then
!         temp_install="`pwd`/$temp_install"
      fi
  
      bindir=$temp_install/install/$bindir
--- 306,312 ----
  if [ x"$temp_install" != x"" ]
  then
      if echo x"$temp_install" | grep -v '^x/' >/dev/null 2>&1; then
!         temp_install="`pwd $PWDFLAGS`/$temp_install"
      fi
  
      bindir=$temp_install/install/$bindir
Index: src/test/regress/resultmap
===================================================================
RCS file: /projects/cvsroot/pgsql-server/src/test/regress/resultmap,v
retrieving revision 1.72
diff -c -r1.72 resultmap
*** src/test/regress/resultmap	8 Apr 2004 23:00:55 -0000	1.72
--- src/test/regress/resultmap	1 May 2004 01:52:52 -0000
***************
*** 7,18 ****
  abstime/.*-sco=abstime-solaris-1947
  abstime/.*-sysv5=abstime-solaris-1947
  float4/.*-qnx=float4-exp-three-digits
! float4/win32=float4-exp-three-digits
  float8/i.86-.*-freebsd[234]=float8-small-is-zero
  float8/i.86-.*-openbsd=float8-small-is-zero
  float8/i.86-.*-netbsd=float8-small-is-zero
  float8/.*-qnx=float8-exp-three-digits
! float8/win32=float8-exp-three-digits-win32
  float8/i.86-pc-cygwin=float8-small-is-zero
  horology/.*-aix4=horology-solaris-1947
  horology/.*-aix5=horology-solaris-1947
--- 7,18 ----
  abstime/.*-sco=abstime-solaris-1947
  abstime/.*-sysv5=abstime-solaris-1947
  float4/.*-qnx=float4-exp-three-digits
! float4/i.86-pc-mingw32=float4-exp-three-digits
  float8/i.86-.*-freebsd[234]=float8-small-is-zero
  float8/i.86-.*-openbsd=float8-small-is-zero
  float8/i.86-.*-netbsd=float8-small-is-zero
  float8/.*-qnx=float8-exp-three-digits
! float8/i.86-pc-mingw32=float8-exp-three-digits-win32
  float8/i.86-pc-cygwin=float8-small-is-zero
  horology/.*-aix4=horology-solaris-1947
  horology/.*-aix5=horology-solaris-1947
***************
*** 26,32 ****
  horology/.*-sysv5=horology-solaris-1947
  horology/.*-sco=horology-solaris-1947
  int8/.*-qnx=int8-exp-three-digits
! int8/win32=int8-exp-three-digits-win32
  tinterval/.*-aix4=tinterval-solaris-1947
  tinterval/.*-aix5=tinterval-solaris-1947
  tinterval/alpha.*-dec-osf=tinterval-solaris-1947
--- 26,32 ----
  horology/.*-sysv5=horology-solaris-1947
  horology/.*-sco=horology-solaris-1947
  int8/.*-qnx=int8-exp-three-digits
! int8/i.86-pc-mingw32=int8-exp-three-digits-win32
  tinterval/.*-aix4=tinterval-solaris-1947
  tinterval/.*-aix5=tinterval-solaris-1947
  tinterval/alpha.*-dec-osf=tinterval-solaris-1947
