pgAdmin III commit: Fixed the segfault while detecting need of appendin

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fixed the segfault while detecting need of appendin
Date: 2015-09-14 07:41:08
Message-ID: E1ZbONw-0002gs-TG@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed the segfault while detecting need of appending BEGIN statement to
start a new transaction (when AutoCommit is set to False).

Reported by: John Obaterspok

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=351a0c81351c3215a0ca3f363b4a7422cf31c96e
Author: Sanket Mehta <sanket(dot)mehta(at)enterprisedb(dot)com>

Modified Files
--------------
CHANGELOG | 3 +++
pgadmin/frm/frmQuery.cpp | 67 +++++++++++++++++++++++++++-------------------
2 files changed, 42 insertions(+), 28 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2015-09-14 07:42:30 Re: [PATCH] Add Commit/Rollback toolbar action version 2
Previous Message Ashesh Vashi 2015-09-14 06:33:07 Re: [PATCH] Add ElapsedTimeToString to format execution time in a more readable manner (instead of showing everything as msec)