windows progname / regression fixes

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: "Patches (PostgreSQL)" <pgsql-patches(at)postgresql(dot)org>
Subject: windows progname / regression fixes
Date: 2004-10-17 19:10:52
Message-ID: 4172C3BC.2070102@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Attached are 2 patches and one additional alternative contrib regression
test file (for cube). The patches fix a misleading message in
pg_regress.sh, and strip the .exe suffix from the result of
get_progname() as previously discussed. This lets us get much further
with contrib regression tests - there are 2 remaining issues preventing
a clean run - one odd one in the seg module and a path issue in
tsearch2. I am looking into these. (Why am I bothered with all this?
Because I want the buildfarm system to run on Windows).

One odd thing I have noticed in testing, is that dropping the regression
database takes a *very* long time, especially after the third or fourth
go, and I see messages about not being able to remove the directory,
which means rmtree() is failing somehow.

cheers

andrew

Attachment Content-Type Size
cube_2.out text/plain 22.3 KB
pathexe.patch text/x-patch 1.4 KB
pgregress.patch text/x-patch 1.1 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2004-10-17 19:31:06 Re: [pgsql-hackers-win32] Win32 & NLS
Previous Message Magnus Hagander 2004-10-17 19:00:06 Re: [pgsql-hackers-win32] Win32 & NLS