proposal, patch: allow multiple plpgsql plugins - Mailing list pgsql-hackers

From Pavel Stehule
Subject proposal, patch: allow multiple plpgsql plugins
Date
Msg-id CAFj8pRA1HjH6Nn5pfkJaD_ZgexT9XRJzfJzopUbGtkAD3P1R1A@mail.gmail.com
Whole thread Raw
Responses Re: proposal, patch: allow multiple plpgsql plugins  (Marko Tiikkaja <marko@joh.to>)
List pgsql-hackers
Hello

We talked about enhancing a plpgsql plugin API to support more active plugins.

I wrote a prototype based on function plpgsql_register_plugin instead rendezvous variable.

There are two basic questions:

a) will we support rendezvous variable still?

b) will we support same API still - a reference on plugin_info in exec state is a issue - described in patch.

without a) a d b) we will break a current plugins little bit more than is usual - not terrible hard to fix it.  But without a) and b) a implementation can be significantly cleaner.

Comments, notes?

Regards

Pavel
Attachment

pgsql-hackers by date:

Previous
From: Oleg Bartunov
Date:
Subject: Re: nested hstore patch
Next
From: Peter Geoghegan
Date:
Subject: Re: Disallow arrays with non-standard lower bounds