This is a discussion on Debugger issues within the pgsql Interfaces Pgadmin Hackers forums, part of the PostgreSQL category; --> Hi Hiroshi, In case you haven't spotted these, here are a couple of issues I've found with the debugger: ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi Hiroshi, In case you haven't spotted these, here are a couple of issues I've found with the debugger: - Debugging seems to start on about line 3 of the function :-( - The debugger displays the parameters dialog then promptly crashes if debugging a function with no parameters :-( Also, there are quite a lot of warnings when compiling with GCC that need to be cleaned up - many of these are caused by images we're not using I think. Regards, Dave. ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |
| ||||
| Hi. From: "Dave Page" <dpage@postgresql.org> > Hi Hiroshi, > > In case you haven't spotted these, here are a couple of issues I've > found with the debugger: > > - Debugging seems to start on about line 3 of the function :-( Ahh.. Yes, I am going for it to offer repair work with handling of a line. > > - The debugger displays the parameters dialog then promptly crashes if > debugging a function with no parameters :-( Oh, sure -- I understanding now. > > Also, there are quite a lot of warnings when compiling with GCC that > need to be cleaned up - many of these are caused by images we're not > using I think. It was made the schedule to brush up. Thanks! Regards, Hiroshi Saito ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly |