Re: [pgadmin-hackers] Fix debugging on EDB with latest pldebugger

2012-04-26 Thread Dave Page
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

[pgadmin-hackers] Fix debugging on EDB with latest pldebugger

2012-04-26 Thread Heikki Linnakangas
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