Re: [PATCHES] PL instrumentation plugin support (i.e. PL/pgSQL debugger infrastructure) - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [PATCHES] PL instrumentation plugin support (i.e. PL/pgSQL debugger infrastructure)
Date
Msg-id 24101.1155057985@sss.pgh.pa.us
Whole thread Raw
Responses Re: [PATCHES] PL instrumentation plugin support (i.e. PL/pgSQL  ("korryd@enterprisedb.com" <korryd@enterprisedb.com>)
List pgsql-hackers
"korryd@enterprisedb.com" <korryd@enterprisedb.com> writes:
> The attached patch adds support for loadable instrumentation plugins for
> procedural languages (as discussed at the anniversary summit). It also
> adds plugin support to the PL/pgSQL language handler.

In view of the other patch submitted to support init/fini functions for
shared libraries, I'm inclined to change this one to depend on that;
in particular it seems like we could eliminate the necessity for users
to specify the correct setup-function names.  Thoughts?

            regards, tom lane

pgsql-hackers by date:

Previous
From: "Merlin Moncure"
Date:
Subject: Re: ecpg test suite
Next
From: "korryd@enterprisedb.com"
Date:
Subject: Re: [PATCHES] PL instrumentation plugin support (i.e. PL/pgSQL