SVN Commit by dpage: r7817 - trunk/pgadmin3/pgadmin/debugger - Mailing list pgadmin-hackers

From svn@pgadmin.org
Subject SVN Commit by dpage: r7817 - trunk/pgadmin3/pgadmin/debugger
Date
Msg-id 200904240744.n3O7i8x3007811@developer.pgadmin.org
Whole thread Raw
List pgadmin-hackers
Author: dpage

Date: 2009-04-24 08:44:08 +0100 (Fri, 24 Apr 2009)

New Revision: 7817

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7817&view=rev

Log:
Debugger related fixes:
* SSL Verify support introduced PG 8.4 and later.
  We were not taking care about it.
* We were not catching an exception - thrown from Init
  function of dlgPgConn (debugger/dbgPgConn.cpp:228)
* Also include one change related to set isGreenplum in
  debugger/dbgPgConn. isGreenplum variable is getting set in
  the block whose condition is (isEdb && ...). So, value for
  isGreenplum will be a garbage value when we have
  postgresql/greenplum server, otherwise it will be false
  (for edb).
[Ashesh Vashi]



Modified:
   trunk/pgadmin3/pgadmin/debugger/dbgPgConn.cpp
   trunk/pgadmin3/pgadmin/debugger/debugger.cpp
   trunk/pgadmin3/pgadmin/debugger/frmDebugger.cpp

pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: Translation to czech
Next
From: Simon Riggs
Date:
Subject: Feedback from recent training