Re: How does MSVC's fetchRegressOpts() work at all? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: How does MSVC's fetchRegressOpts() work at all?
Date
Msg-id 23789.1431970640@sss.pgh.pa.us
Whole thread Raw
In response to Re: How does MSVC's fetchRegressOpts() work at all?  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: How does MSVC's fetchRegressOpts() work at all?  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
I wrote:
> If I were to fix fetchRegressOpts so it picks up all the makefile's
> additions to REGRESS_OPTS, would we be able to eliminate that hack?
> Or do we need the python-version kluge anyway?

Oh, scratch that, there's no very easy way to deal with the ifeq()
business in the makefile.  So I'll just make it accept += and
things should be OK.  Sure is a house of cards though.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: ERROR: cannot GetMultiXactIdMembers() during recovery
Next
From: Andrew Dunstan
Date:
Subject: Re: How does MSVC's fetchRegressOpts() work at all?