Re: PostgreSQL 9.3 beta breaks some extensions "make install" - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: PostgreSQL 9.3 beta breaks some extensions "make install"
Date
Msg-id 51922650.2090805@gmx.net
Whole thread Raw
In response to Re: PostgreSQL 9.3 beta breaks some extensions "make install"  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
On 5/13/13 10:58 PM, Andrew Dunstan wrote:
> I'm not sure why the wildcard is a bad idea - don't we want any present
> update sql files to be installed?

Generally, wildcards in makefiles are a bad idea because you will then
not discover any broken tarballs and checkouts.  The users will just
install nothing or a subset of the files you had intended.

It might also break vpath builds.  That can probably be worked around,
though.



pgsql-hackers by date:

Previous
From: Dimitri Fontaine
Date:
Subject: Re: PostgreSQL 9.3 beta breaks some extensions "make install"
Next
From: Benedikt Grundmann
Date:
Subject: streaming replication, "frozen snapshot backup on it" and missing relfile (postgres 9.2.3 on xfs + LVM)