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

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin III commit: Fixed the segfault while detecting need of appendin
Дата
Msg-id E1ZbONw-0002gs-TG@gothos.postgresql.org
обсуждение исходный текст
Список 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.mehta@enterprisedb.com>

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


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: Re: [PATCH] Add ElapsedTimeToString to format execution time in a more readable manner (instead of showing everything as msec)
Следующее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin III commit: Add ElapsedTimeToString to format execution time in