Win32 regression fix

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Claudio Natoli <claudio(dot)natoli(at)memetrics(dot)com>
Cc: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Win32 regression fix
Date: 2004-03-03 04:22:23
Message-ID: 200403030422.i234MNs25640@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-hackers-win32 pgsql-patches


Patch attached and applied. Thanks.

---------------------------------------------------------------------------

> Adds the -W flag to the pwd call under Win32. This allows directories,
> which are munged by sed, such as:
> /e/cygwin/opt/diff9c/pgsql/src/test/regress/data/agg.data to be
> correctly passed as:
> e:/cygwin/opt/diff9c/pgsql/src/test/regress/data/agg.data
>
> FWIW, "fixes" a large (> 20) tests under Win32.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

Attachment Content-Type Size
unknown_filename text/plain 708 bytes

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Stark 2004-03-03 04:23:34 Re: IN and ANY
Previous Message Tom Lane 2004-03-03 04:12:23 Re: Out of space situation and WAL log pre-allocation (was Tablespaces)

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Bruce Momjian 2004-03-03 04:23:50 Re: Tablespaces
Previous Message Tom Lane 2004-03-03 03:52:49 Re: Tablespaces

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2004-03-03 05:03:22 Re: log_line_info
Previous Message John Gray 2004-03-02 22:14:47 Updated version of contrib/xml (at last)