Re: pgsql: Remove USE_VPATH make variable from PGXS

From: Andres Freund <andres(at)2ndquadrant(dot)com>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Remove USE_VPATH make variable from PGXS
Date: 2015-01-17 16:21:42
Message-ID: 20150117162142.GC23811@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Him

On 2014-12-04 16:35:27 +0000, Peter Eisentraut wrote:
> Remove USE_VPATH make variable from PGXS
>
> The user can just set VPATH directly. There is no need to invent
> another variable.

I'm at a bit of loss why this was committed to 9.4 after rc1. This very
much can (and has) broken external software.

Greetings,

Andres Freund

--
Andres Freund http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2015-01-17 16:47:32 Re: pgsql: Remove USE_VPATH make variable from PGXS
Previous Message Andres Freund 2015-01-17 12:03:32 pgsql: Replace walsender's latch with the general shared latch.