Re: pgsql: Improve support for building PGXS modules with VPATH.

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Improve support for building PGXS modules with VPATH.
Date: 2013-07-01 17:39:39
Message-ID: 20130701173939.GJ3757@eldon.alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Andrew Dunstan wrote:
> Improve support for building PGXS modules with VPATH.
>
> A VPATH build will be performed when the module's make file path is not
> the current directory or when USE_VPATH is set.

So what's the USE_VPATH thing for? I mean, can't you just use VPATH
instead?

--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2013-07-01 17:40:58 pgsql: Add timezone offset output option to to_char()
Previous Message Andrew Dunstan 2013-07-01 16:53:27 pgsql: Improve support for building PGXS modules with VPATH.