Re: How does MSVC's fetchRegressOpts() work at all?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: How does MSVC's fetchRegressOpts() work at all?
Date: 2015-05-18 17:37:20
Message-ID: 23789.1431970640@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2015-05-18 17:38:52 Re: How does MSVC's fetchRegressOpts() work at all?
Previous Message Alvaro Herrera 2015-05-18 17:36:23 Re: ERROR: cannot GetMultiXactIdMembers() during recovery