Thanks, patch applied.
On Thu, Apr 26, 2012 at 11:51 AM, Heikki Linnakangas
wrote:
> Thanks to recent changes I made to the pldebugger server-side functions, the
> EDB-specific parts of pldebugger are now linked into the same
> plugin_debugger.so library as the PL/pgSQL parts. It used to produce
Thanks to recent changes I made to the pldebugger server-side functions,
the EDB-specific parts of pldebugger are now linked into the same
plugin_debugger.so library as the PL/pgSQL parts. It used to produce a
separate plugin_spl_debugger.so library, but that was inconvenient. For
example if yo