Re: [HACKERS] [PATCHES] PL instrumentation plugin and Rendezvous variable

2006-08-15 Thread [EMAIL PROTECTED]
Applied with a few small changes --- I renamed the GUC variables after a suggestion by Simon Riggs, and fixed things so that backend_load_libraries could actually do something useful (you had it as PGC_POSTMASTER, making it effectively no more flexible than the existing preload_libraries list

Re: [HACKERS] [PATCHES] PL instrumentation plugin and Rendezvous variable support - version 2

2006-08-15 Thread Tom Lane
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: > This is an updated version of the PL instrumentation plugin patch that I > submitted on July-28. The new version re-implements the plugin loader > code to use "rendezvous variables" as suggested by Tom Lane (thanks Tom, > very elegant design). App