Re: [HACKERS] plpgsql debugger (pldbg) absent from 8.4?

2009-04-08 Thread Kevin Field
I'll see if I can get an updated build pushed out sometime today. I finally got around to trying this out using the March 24th build, and it has the same issue... Kev -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription:

Re: [HACKERS] plpgsql debugger (pldbg) absent from 8.4?

2009-04-08 Thread Dave Page
On Wed, Apr 8, 2009 at 2:48 PM, Kevin Field kevinjamesfi...@gmail.com wrote: I'll see if I can get an updated build pushed out sometime today. I finally got around to trying this out using the March 24th build, and it has the same issue... I just installed it here on a clean VM and I see the

Re: [HACKERS] plpgsql debugger (pldbg) absent from 8.4?

2009-04-08 Thread Kevin Field
On Apr 8, 10:32 am, dp...@pgadmin.org (Dave Page) wrote: On Wed, Apr 8, 2009 at 2:48 PM, Kevin Field kevinjamesfi...@gmail.com wrote: I'll see if I can get an updated build pushed out sometime today. I finally got around to trying this out using the March 24th build, and it has the same

Re: [HACKERS] plpgsql debugger (pldbg) absent from 8.4?

2009-04-08 Thread Dave Page
On Wed, Apr 8, 2009 at 3:47 PM, Kevin Field kevinjamesfi...@gmail.com wrote: On Apr 8, 10:32 am, dp...@pgadmin.org (Dave Page) wrote: On Wed, Apr 8, 2009 at 2:48 PM, Kevin Field kevinjamesfi...@gmail.com wrote: I'll see if I can get an updated build pushed out sometime today. I finally

Re: [HACKERS] plpgsql debugger (pldbg) absent from 8.4?

2009-04-08 Thread Kevin Field
On Apr 8, 11:26 am, dp...@pgadmin.org (Dave Page) wrote: Did you add shared_preload_libraries = '$libdir/plugins/plugin_debugger.dll' to postgresql.conf and restart the server per the README? Oh my goodness. No. Thank you so much. It works fine now. I'll have to add that to my upgrading

Re: [HACKERS] plpgsql debugger (pldbg) absent from 8.4?

2009-04-08 Thread Dave Page
On Wed, Apr 8, 2009 at 4:35 PM, Kevin Field kevinjamesfi...@gmail.com wrote: On Apr 8, 11:26 am, dp...@pgadmin.org (Dave Page) wrote: Did you add shared_preload_libraries = '$libdir/plugins/plugin_debugger.dll' to postgresql.conf and restart the server per the README? Oh my goodness.  No.  

[HACKERS] plpgsql debugger (pldbg) absent from 8.4?

2009-03-13 Thread Kev
On the 2009-01-01 win32 release, I noticed I could no longer debug, like when I'd set a breakpoint I'd immediately get the error message: syntax error at or near , LINE 1: SELECT * FROM pldbg_set_global_breakpoint(, 55208, NULL, NUL... ...and the output pane of the debugger would show: row

Re: [HACKERS] plpgsql debugger (pldbg) absent from 8.4?

2009-03-13 Thread Dave Page
On Fri, Mar 13, 2009 at 1:19 PM, Kev kevinjamesfi...@gmail.com wrote: On the 2009-01-01 win32 release, I noticed I could no longer debug, like when I'd set a breakpoint I'd immediately get the error message: syntax error at or near , LINE 1: SELECT * FROM pldbg_set_global_breakpoint(, 55208,

Re: [HACKERS] plpgsql debugger (pldbg) absent from 8.4?

2009-03-13 Thread Kev
On Mar 13, 9:30 am, dp...@pgadmin.org (Dave Page) wrote: On Fri, Mar 13, 2009 at 1:19 PM, Kev kevinjamesfi...@gmail.com wrote: On the 2009-01-01 win32 release, I noticed I could no longer debug, Temporary bug that's since been resolved. Sorry 'bout that. Oh, no worries, thanks for the reply.

Re: [HACKERS] plpgsql debugger (pldbg) absent from 8.4?

2009-03-13 Thread Dave Page
On Fri, Mar 13, 2009 at 1:44 PM, Kev kevinjamesfi...@gmail.com wrote: On Mar 13, 9:30 am, dp...@pgadmin.org (Dave Page) wrote: On Fri, Mar 13, 2009 at 1:19 PM, Kev kevinjamesfi...@gmail.com wrote: On the 2009-01-01 win32 release, I noticed I could no longer debug, Temporary bug that's since