Re: Runtime SHAREDIR for testing CREATE EXTENSION - Mailing list pgsql-hackers

From Christoph Berg
Subject Re: Runtime SHAREDIR for testing CREATE EXTENSION
Date
Msg-id 20120224085912.GA16104@msgid.df7cb.de
Whole thread Raw
In response to Re: Runtime SHAREDIR for testing CREATE EXTENSION  (Sandro Santilli <strk@keybit.net>)
Responses Re: Runtime SHAREDIR for testing CREATE EXTENSION  (Sandro Santilli <strk@keybit.net>)
Re: Runtime SHAREDIR for testing CREATE EXTENSION  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Re: Sandro Santilli 2012-02-22 <20120222101656.GB6125@gnash>
> I'm not really looking for "inline extensions".
> I do want to install the extension objects somewhere, just NOT
> in the PostgreSQL builtin SHAREDIR but in an arbitrary staging
> directory to use for QA the extension before distribution.

We have the same problem with testing extensions at build-time in the
Debian packages. The server's SHAREDIR /usr/share/postgresql/... is
only writable by root, while the build is running as buildd user, so
there is no way to do "create extension whatimbuildingrightnow" to be
able to run regression tests, even if this is a cluster I have just
created with initdb.

Christoph
--
cb@df7cb.de | http://www.df7cb.de/

pgsql-hackers by date:

Previous
From: Daniel Farina
Date:
Subject: ISO8601 nitpicking
Next
From: Peter Eisentraut
Date:
Subject: Re: Misleading CREATE TABLE error