Re: [pgadmin-hackers] [pgadmin-support] pgAdmin 1.18.0 + slony-I 2.2.0 + PG 9.3

2013-10-30 Thread Neel Patel
Hi, Thanks Ashesh. I will check and let you know. Thanks, Neel Patel On Wed, Oct 30, 2013 at 5:19 PM, Ashesh Vashi wrote: > Hi Neel, > > I test the patch with following slony-I versions: > 1.2.27 (not working with PG 9.0) > 2.0.x(not picking correct slony1_base.xxx.sql - as per comment,

Re: [pgadmin-hackers] Patch for EDB binary path not set by default.

2013-10-30 Thread Dinesh Kumar
Thanks Ashesh. Let me send new patch as per the suggested changes. Dinesh -- *Dinesh Kumar* Software Engineer Ph: +918087463317 Skype ID: dinesh.kumar432 www.enterprisedb.co m * Follow us on Twitter* @EnterpriseDB Visit EnterpriseDB

Re: [pgadmin-hackers] Patch for EDB binary path not set by default.

2013-10-30 Thread Ashesh Vashi
As per your comments, you first need to check - it is 64 bit windows or not, and then check it is 32 bit pgAdmin III. Hence - the code should look like something like this: *if (::wxIsPlatform64Bit() && programFiles == programFilesX86)* *{* *...* * pgRegKey *pgKey = pgRegKey::OpenRegKey(HKEY_

Re: [pgadmin-hackers] [pgadmin-support] pgAdmin 1.18.0 + slony-I 2.2.0 + PG 9.3

2013-10-30 Thread Ashesh Vashi
Hi Neel, I test the patch with following slony-I versions: 1.2.27 (not working with PG 9.0) 2.0.x(not picking correct slony1_base.xxx.sql - as per comment, it should pick slony1_base.v84.sql with PG 8.4 and above, but picking slony1_base.v83.sql) I have not tested further. Can you please tak