[pgadmin-hackers] Patch : PGPASSFILE fix

2015-03-01 Thread Prasad
Hi,   Find attached fix for reading PGPASSFILE environment variable for pg password file.   regards, Prasaddiff --git pgadmin/utils/sysSettings.cpp pgadmin/utils/sysSettings.cpp index e9f270c..7301d53 100644 --- pgadmin/utils/sysSettings.cpp +++ pgadmin/utils/sysSettings.cpp @@ -2,7 +2,7 @@ //

Re: [pgadmin-hackers] assert "!IsAttached()" failed in SetInvokingWindow()

2015-03-01 Thread Prasad
Hi, It seems that, wxWidget has added some checks in PopupMenu API. We can just directly call DoPopupMenu instead. Find attached patch. Seems harmless to directly call DoPopupMenu.   regards, Prasad   Sent: Saturday, February 28, 2015 at 8:20 AM From: "Richard PALO" To: pgadmin-hackers@postgre