pgAdmin III commit: Replace the various sysSettings::Write overloads wi

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Replace the various sysSettings::Write overloads wi
Date: 2011-02-21 10:47:41
Message-ID: 201102211047.p1LAlf9G047945@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Replace the various sysSettings::Write overloads with individual
functions to avoid surprises caused by unexpected casts.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=bfbd433f6e67709e9d01a97d1b72baecd773bc67
Author: Peter Geoghegan <peter(dot)geoghegan86(at)gmail(dot)com>

Modified Files
--------------
pgadmin/debugger/dlgDirectDbg.cpp | 2 +-
pgadmin/dlg/dlgClasses.cpp | 6 +-
pgadmin/dlg/dlgFindReplace.cpp | 6 +-
pgadmin/dlg/dlgProperty.cpp | 4 +-
pgadmin/frm/frmMain.cpp | 10 ++--
pgadmin/frm/frmQuery.cpp | 14 +++---
pgadmin/frm/frmReport.cpp | 4 +-
pgadmin/frm/frmStatus.cpp | 22 +++++-----
pgadmin/include/utils/sysSettings.h | 84 ++++++++++++++++------------------
pgadmin/schema/pgServer.cpp | 2 +-
pgadmin/slony/dlgRepCluster.cpp | 2 +-
pgadmin/slony/slCluster.cpp | 2 +-
pgadmin/utils/sysSettings.cpp | 22 +++++-----
13 files changed, 88 insertions(+), 92 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2011-02-21 10:47:42 Re: pgAdmin III commit: Revert the previous change that introduced sysSetti
Previous Message Nikhil S 2011-02-21 09:17:50 pgAdmin III: adjust code as per new EDB AS90 functions/procedures semantics