Re: [pgadmin-hackers] Slony Issue Fix in pgAdmin

2013-09-25 Thread Dave Page
Hi On Tue, Sep 24, 2013 at 12:24 PM, Neel Patel wrote: > Hi Dave, > > Please find the attached patch file for fix of below slony issue in pgAdmin. > > Steps to reproduce:- > > - Install PostgreSQL 9.3 and Slony version 2.2.0. > - Open pgAdmin > - Create new Schema and give cluster name in "Use Sl

Re: [pgadmin-hackers] compiling pgadmin on OS X

2013-09-25 Thread Dave Page
On Wed, Sep 25, 2013 at 2:07 PM, Frank McGeough wrote: > Looking for suggestions on how to proceed. > > I've begun the process of compiling pgadmin on OS X (in this case its > 10.7.5). It does seem to be problematic to compile this code on this > platform. Currently I'm stuck on wxWidgets. > > w

[pgadmin-hackers] compiling pgadmin on OS X

2013-09-25 Thread Frank McGeough
Looking for suggestions on how to proceed. I've begun the process of compiling pgadmin on OS X (in this case its 10.7.5). It does seem to be problematic to compile this code on this platform. Currently I'm stuck on wxWidgets. wxWidgets 2.8.x requires the 10.6 SDK. Apple doesn't provide separat

[pgadmin-hackers] pgAdmin III commit: Make sure we return a value from a non-void functio

2013-09-25 Thread Dave Page
Make sure we return a value from a non-void function. Branch -- REL-1_18_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=edbf79e225071523784b9598ed37910ff53adb92 Author: Bruno Friedmann Modified Files -- pgadmin/include/debugger/dbgTarget

[pgadmin-hackers] pgAdmin III commit: Make sure we return a value from a non-void functio

2013-09-25 Thread Dave Page
Make sure we return a value from a non-void function. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=3025973a9ee0037e95a539f97f8575826b384bc4 Author: Bruno Friedmann Modified Files -- pgadmin/include/debugger/dbgTargetInfo.h |