Re: Add subdirectory support for DATA/DOCS with PGXS - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Add subdirectory support for DATA/DOCS with PGXS
Date
Msg-id 20091229133317.GA4569@alvh.no-ip.org
Whole thread Raw
In response to Add subdirectory support for DATA/DOCS with PGXS  (Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>)
Responses Re: Add subdirectory support for DATA/DOCS with PGXS  (Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>)
List pgsql-hackers
Mark Cave-Ayland wrote:

> The attached patch is a prototype which allows the user to specify a
> new MODULEDIR variable in a module makefile which, if specified,
> will install DATA and DOCS items in contrib/$(MODULEDIR) rather than
> just contrib. If MODULEDIR is left unspecified, the files will
> simply be stored directly in contrib/ as before.

As a proof of its usefulness, you could remove DATA_TSEARCH and replace
it with usage of MODULEDIR, right?

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


pgsql-hackers by date:

Previous
From: Joachim Wieland
Date:
Subject: Re: Hot Standy introduced problem with query cancel behavior
Next
From: Alvaro Herrera
Date:
Subject: Re: [PATCH] Provide rowcount for utility SELECTs