PL/perl should fail on configure, not make

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема PL/perl should fail on configure, not make
Дата
Msg-id 50ECCC61.6090409@agliodbs.com
обсуждение исходный текст
Ответы Re: PL/perl should fail on configure, not make  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: PL/perl should fail on configure, not make  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
The way it is now (9.2.2):

1. set up a new system
2. forget to install libperl-dev
3. ./configure --with-perl
4. get no failures or warnings
5. make
6. make errors out on plperl.so

The way it should work:

- configure should error out, as it does with python.

-- 
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com



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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: proposal: Set effective_cache_size to greater of .conf value, shared_buffers
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: Cascading replication: should we detect/prevent cycles?