Re: pg_regress in C - Mailing list pgsql-patches

From Tom Lane
Subject Re: pg_regress in C
Date
Msg-id 9191.1153177613@sss.pgh.pa.us
Whole thread Raw
In response to pg_regress in C  ("Magnus Hagander" <mha@sollentuna.net>)
Responses Re: [HACKERS] pg_regress in C  ("Joachim Wieland" <joe@mcknight.de>)
Re: pg_regress in C  ("Magnus Hagander" <mha@sollentuna.net>)
List pgsql-patches
"Magnus Hagander" <mha@sollentuna.net> writes:
> Per discussion at the conference:
> In order to run the regression tests on Windows without msys, pg_regress
> needs to be reimplemnted in C.

This has some minor portability issues (macros with ... aren't portable,
for instance) but I think it's something we need to do.  Barring
objections I'm going to clean up and apply it.

            regards, tom lane

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: Proposed patch for contrib/cube
Next
From: "Joachim Wieland"
Date:
Subject: Re: [HACKERS] pg_regress in C