Re: windows progname / regression fixes

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: "Patches (PostgreSQL)" <pgsql-patches(at)postgresql(dot)org>
Subject: Re: windows progname / regression fixes
Date: 2004-11-01 04:24:49
Message-ID: 200411010424.iA14OnW07579@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Andrew Dunstan wrote:
>
> 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).

I have changed the .exe patch to use pg_strcasecmp() rather than
stricmp(), and changed it to use sizeof(EXE) rather than '4'. Patch
attached and applied.

--
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 1.1 KB

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Fabien COELHO 2004-11-01 08:42:57 Re: Problems using pgxs on Win32
Previous Message Bruce Momjian 2004-11-01 04:00:06 Re: [PATCHES] Open Items