pgAdmin III commit: Prevent a crash in the log viewer on Solaris, by en - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin III commit: Prevent a crash in the log viewer on Solaris, by en
Date
Msg-id 201009011345.o81DjLNg056478@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Prevent a crash in the log viewer on Solaris, by ensuring we don't
try to accesslog output columns that don't exist.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=92a60132bf45eb31db1bc8bf8a256e95f62414ec
Author: Ashesh Vashi <ashesh.vashi@enterprisedb.com>

Modified Files
--------------
pgadmin/frm/frmStatus.cpp |   43 ++++++++++++++++++++++++++++++++++---------
1 files changed, 34 insertions(+), 9 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin III commit: Prevent a crash in the log viewer on Solaris, by en
Next
From: Dave Page
Date:
Subject: Re: frmStatus: Assertion on linux and Segment Fault on Solaris