Re: Proposal: Remove regress-python3-mangle.mk - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Proposal: Remove regress-python3-mangle.mk
Date
Msg-id a0b85620-cf4c-1c03-d6ac-d7b2beb6d435@2ndquadrant.com
Whole thread Raw
In response to Re: Proposal: Remove regress-python3-mangle.mk  (Noah Misch <noah@leadboat.com>)
List pgsql-hackers
On 4/19/16 10:23 PM, Noah Misch wrote:
>> 3. Because we use sed we do not tests for plpython3 under Windows. And I
>> > have trouble with CMake too.
> Even if removing regress-python3-mangle.mk happened to be good for PL/Python,
> we need build systems flexible enough to implement steps like it without a
> struggle.  Our current build systems, the src/tools/msvc system and the GNU
> make system, have that flexibility.  We could port regress-python3-mangle.mk
> to Perl and run it on Windows; it just hasn't been a priority.

Well, you could write the mangling script in Python, but that's harder 
than it sounds.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pg9.6 segfault using simple query (related to use fk for join estimates)
Next
From: Tom Lane
Date:
Subject: Re: [BUGS] Breakage with VACUUM ANALYSE + partitions