pgAdmin III commit: Fix an issue related to RESOURCE GROUP dialog.

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix an issue related to RESOURCE GROUP dialog.
Date: 2014-11-03 04:57:23
Message-ID: E1Xl9hj-0001VZ-Vh@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix an issue related to RESOURCE GROUP dialog.

The multiple statement generated are not transaction safe.

Hence - execute/put them in separate textbox, so that they will be
executed in separate transaction all together, just like we do in
Database dialog.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=822042614205494a2947f58d8af6a2504ce4f82c
Author: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>

Modified Files
--------------
CHANGELOG | 3 ++
pgadmin/dlg/dlgProperty.cpp | 4 ++-
pgadmin/dlg/dlgResourceGroup.cpp | 47 ++++++++++++++++++++++++++------
pgadmin/include/dlg/dlgResourceGroup.h | 10 +++----
4 files changed, 49 insertions(+), 15 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2014-11-03 05:40:55 Re: Fixed some issues related to Resource Group
Previous Message Heikki Linnakangas 2014-10-31 14:21:48 Re: Index table locking