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

Поиск
Список
Период
Сортировка
От svn@pgadmin.org
Тема SVN Commit by dpage: r7817 - trunk/pgadmin3/pgadmin/debugger
Дата
Msg-id 200904240744.n3O7i8x3007811@developer.pgadmin.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Translation to czech
Следующее
От: Simon Riggs
Дата:
Сообщение: Feedback from recent training