Re: PLUGINS Functionlity in Win32 build scripts

From: MUHAMMAD ASIF <anaeem(dot)it(at)hotmail(dot)com>
To: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
Cc: <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PLUGINS Functionlity in Win32 build scripts
Date: 2008-10-08 17:07:12
Message-ID: BLU110-W57823CEB7DC113354471EFF3B0@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


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(dot)it(at)hotmail(dot)com
> CC: pgsql-hackers(at)postgresql(dot)org
> Subject: Re: [HACKERS] PLUGINS Functionlity in Win32 build scripts
> From: heikki(dot)linnakangas(at)enterprisedb(dot)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(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-hackers

_________________________________________________________________
Connect to the next generation of MSN Messenger 
http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-us&source=wlmailtagline

Attachment Content-Type Size
plugins-unix.patch application/octet-stream 2.6 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2008-10-08 17:14:47 Re: Updates of SE-PostgreSQL 8.4devel patches
Previous Message Tom Lane 2008-10-08 16:13:02 Re: autovacuum and reloptions