Re: [pgadmin-hackers] Direct debug dialog hangs in OnSize()

2012-04-19 Thread Heikki Linnakangas
And now that I've updated my local repository, here's a third version that actually applies. (just my working copy didn't fix the issue) On 19.04.2012 23:43, Heikki Linnakangas wrote: Sorry, attached wrong patch in previous mail. Here's the correct one. On 19.04.2012 23:42, Heikki Linnakangas

Re: [pgadmin-hackers] Direct debug dialog hangs in OnSize()

2012-04-19 Thread Heikki Linnakangas
Sorry, attached wrong patch in previous mail. Here's the correct one. On 19.04.2012 23:42, Heikki Linnakangas wrote: When I build pgAdmin from sources on my laptop running Debian, and try to open the Direct Debug dialog by choosing "Debug" on a function, pgAdmin hangs, consuming 100% of CPU. The

[pgadmin-hackers] Direct debug dialog hangs in OnSize()

2012-04-19 Thread Heikki Linnakangas
When I build pgAdmin from sources on my laptop running Debian, and try to open the Direct Debug dialog by choosing "Debug" on a function, pgAdmin hangs, consuming 100% of CPU. The dialog never opens, and I have no choice but kill pgAdmin forcibly. I only get this problem when I build pgadmin fr

Re: [pgadmin-hackers] 9.2 fix: spclocation is gone

2012-04-19 Thread Guillaume Lelarge
On Thu, 2012-04-19 at 21:05 +0300, Heikki Linnakangas wrote: > pg_tablespace.spclocation column is gone in PostgreSQL 9.2. It's been > replaced by pg_tablespace_location(oid) function. Attached is a patch to > fix a query used by pgAdmin accordingly. > > (this started to get on my nerve, as the

[pgadmin-hackers] 9.2 fix: spclocation is gone

2012-04-19 Thread Heikki Linnakangas
pg_tablespace.spclocation column is gone in PostgreSQL 9.2. It's been replaced by pg_tablespace_location(oid) function. Attached is a patch to fix a query used by pgAdmin accordingly. (this started to get on my nerve, as the query is executed every time you connect to a database..) -- Heik

Re: [pgadmin-hackers] pldebugger targetinfo file missing

2012-04-19 Thread Heikki Linnakangas
On 19.04.2012 15:20, Dharmendra Goyal wrote: Hi, pldebugger build is failing on WIndows because targetinfo.c file is not there where as vcproj file requires it to be there to build targetinfo.dll. I checked earlier this file was there and after moving to git we started seeing this issue. If we

[pgadmin-hackers] pldebugger targetinfo file missing

2012-04-19 Thread Dharmendra Goyal
Hi, pldebugger build is failing on WIndows because targetinfo.c file is not there where as vcproj file requires it to be there to build targetinfo.dll. I checked earlier this file was there and after moving to git we started seeing this issue. If we have removed this file intentionally then it ha