SVN Commit by dpage: r6674 - in trunk/pgadmin3/pgadmin: frm include/db include/frm

Поиск
Список
Период
Сортировка
От svn@pgadmin.org
Тема SVN Commit by dpage: r6674 - in trunk/pgadmin3/pgadmin: frm include/db include/frm
Дата
Msg-id 200709261109.l8QB9gCl002103@developer.pgadmin.org
обсуждение исходный текст
Список pgadmin-hackers
Author: dpage

Date: 2007-09-26 12:09:42 +0100 (Wed, 26 Sep 2007)

New Revision: 6674

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

Log:
Postgres 8.3 and above require that prepared transactions be committed or rolled back in the database they were
preparedin. This means we must create a temporary connection when required instead of using the maintenance database.
Whilewe're at it, clean up the code enabing and disabling the various buttons on the form. Per report from Heikki
Linnakangas.


Modified:
   trunk/pgadmin3/pgadmin/frm/frmStatus.cpp
   trunk/pgadmin3/pgadmin/include/db/pgConn.h
   trunk/pgadmin3/pgadmin/include/frm/frmStatus.h

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

Предыдущее
От: svn@pgadmin.org
Дата:
Сообщение: SVN Commit by dpage: r6673 - trunk/pgadmin3
Следующее
От: Dave Page
Дата:
Сообщение: Re: A bunch of minor issues