Re: Runtime SHAREDIR for testing CREATE EXTENSION

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Runtime SHAREDIR for testing CREATE EXTENSION
Дата
Msg-id 1330270560.32452.32.camel@vanquo.pezone.net
обсуждение исходный текст
Ответ на Re: Runtime SHAREDIR for testing CREATE EXTENSION  (Christoph Berg <cb@df7cb.de>)
Ответы Re: Runtime SHAREDIR for testing CREATE EXTENSION  (Robert Haas <robertmhaas@gmail.com>)
Re: Runtime SHAREDIR for testing CREATE EXTENSION  (Daniel Farina <daniel@heroku.com>)
Список pgsql-hackers
On lör, 2012-02-25 at 14:21 +0100, Christoph Berg wrote:
> Well, I'm trying to invoke the extension's "make check" target at
> extension build time. I do have a temporary installation I own
> somehwere in my $HOME, but that is still trying to find extensions in
> /usr/share/postgresql/9.1/extension/*.control, because I am using the
> system's postgresql version. The build process is not running as root,
> so I cannot do an install of the extension to its final location.
> Still it would be nice to run regression tests. All that seems to be
> missing is the ability to put
> 
> extension_control_path = /home/buildd/tmp/extension
> 
> into the postgresql.conf of the temporary PG installation, or some
> other way like "CREATE EXTENSION foobar WITH CONTROL
> '/home/buildd/...'. 

Yeah, of course, the extension path is not related to the data
directory.  So we do need some kind of path setting, just like
dynamic_library_path.



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: WARNING: concurrent insert in progress within table "resource"
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: leakproof