Re: PLUGINS Functionlity in Win32 build scripts

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: PLUGINS Functionlity in Win32 build scripts
Дата
Msg-id 48CB6CCA.80809@enterprisedb.com
обсуждение исходный текст
Ответ на PLUGINS Functionlity in Win32 build scripts  (MUHAMMAD ASIF <anaeem.it@hotmail.com>)
Список pgsql-hackers
MUHAMMAD ASIF wrote:
> During the integration of pldebugger ( http://pgfoundry.org/projects/edb-debugger ) with postgres on windows  I faced
aproblem that plugins are not being copied to the lib/plugins directory. Plugins should be copied in (Installation
dir)lib/pluginsto work properly.
 
> To solve this problem I added PLUGINS logic in the Windows Perl build scripts of PostgreSQL 8.3.3. It searches for
PLUGINSvariable in the contrib Makefile and processes "PLUGINS" as "MODULES" and copies the generated plugin library to
the(Installation dir)lib/plugins.
 
> Please find the attached plugin.patch file. Thanks.

We'll need the same logic on Unix-platforms as well.

I've added this to the November commitfest Wiki page.

--   Heikki Linnakangas  EnterpriseDB   http://www.enterprisedb.com


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: New FSM allocation policy
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: rmgr hooks and contrib/rmgr_hook