Re: PLUGINS Functionlity in Win32 build scripts - Mailing list pgsql-hackers

From MUHAMMAD ASIF
Subject Re: PLUGINS Functionlity in Win32 build scripts
Date
Msg-id BLU110-W57823CEB7DC113354471EFF3B0@phx.gbl
Whole thread Raw
In response to PLUGINS Functionlity in Win32 build scripts  (MUHAMMAD ASIF <anaeem.it@hotmail.com>)
List pgsql-hackers
.hmmessage P{margin:0px;padding:0px}body.hmmessage{FONT-SIZE: 10pt;FONT-FAMILY:Tahoma}.hmmessage P{margin:0px;padding:0px}body.hmmessage{FONT-SIZE: 10pt;FONT-FAMILY:Tahoma}Please checkout the patch that adds the PLUGINS functionality in src/makefiles/pgxs.mk it covers the Unix side of functionality. Thanks.

> Date: Sat, 13 Sep 2008 10:33:30 +0300
> To: anaeem.it@hotmail.com
> CC: pgsql-hackers@postgresql.org
> Subject: Re: [HACKERS] PLUGINS Functionlity in Win32 build scripts
> From: heikki.linnakangas@enterprisedb.com
>
> MUHAMMAD ASIF wrote:
> > During the integration of pldebugger ( http://pgfoundry.org/projects/edb-debugger ) with postgres on windows I faced a problem that plugins are not being copied to the lib/plugins directory. Plugins should be copied in (Installation dir)lib/plugins to work properly.
> > To solve this problem I added PLUGINS logic in the Windows Perl build scripts of PostgreSQL 8.3.3. It searches for PLUGINS variable 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
>
> --
> Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-hackers


Connect to the next generation of MSN Messenger  Get it now!
Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: autovacuum and reloptions
Next
From: Bruce Momjian
Date:
Subject: Re: Updates of SE-PostgreSQL 8.4devel patches