Prevent a crash on Solaris if SSL support isn't compiled into libpq.
Branch
--
REL-1_12_0_PATCHES
Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=38e0098606688a811b14d62b52219e8b06e5ece0
Author: Ashesh Vashi
Modified Files
--
pgadmin/debugger/dlgDi
Prevent a crash on Solaris if SSL support isn't compiled into libpq.
Branch
--
REL-1_10_0_PATCHES
Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=53a490cec9e93dbd6d9ad25fc07c3cbd2fc18895
Author: Ashesh Vashi
Modified Files
--
pgadmin/debugger/dlgDi
Prevent a crash on Solaris if SSL support isn't compiled into libpq.
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=fa4614e36309e87e54e34d1af3944da4dda7
Author: Ashesh Vashi
Modified Files
--
pgadmin/debugger/dlgDirectDbg.cpp
#231: New connection in query tool crashes pgadmin
--+-
Reporter: brsa | Owner: gleu
Type: bug | Status: closed
Priority: minor| Milestone: 1.12
Component: pgadmin |
Fix for failed new connection in query tool
When a user tries to open a new connection in the query tool, and that the new
connection fails, the conn variable still has the invalid connection handle.
And this prevents us from getting back to the previous older one. So, we need
to use a temporary v
Fix for failed new connection in query tool
When a user tries to open a new connection in the query tool, and that the new
connection fails, the conn variable still has the invalid connection handle.
And this prevents us from getting back to the previous older one. So, we need
to use a temporary v
#231: New connection in query tool crashes pgadmin
---+
Reporter: brsa | Owner: gleu
Type: bug| Status: assigned
Priority: minor | Milestone:
Component: pgadmin|