Re: [pgadmin-hackers] pgAgent: C++ Port - Patch Review

2013-10-24 Thread Neel Patel
Hi, On Thu, Oct 24, 2013 at 2:59 PM, Linreg wrote: > ** > > Am Donnerstag, 24. Oktober 2013, 11:11:21 schrieb Neel Patel: > > > Hi, > > > > > > Below are the review comments. Compile and tested in Linux. > > > > > > 1) During compilation we got the following error in "connection.h" > > > > > >

Re: [pgadmin-hackers] pgAgent: C++ Port - Patch Review

2013-10-24 Thread Linreg
Hi, I'll change it. (without prefix!) Thomas > > > 1.) > > > > > > it is system dependent. On my SUSE system pibpg-header to be installed > > > > under > > > > > the pgsql directory. > > > > > > Example: /usr/include/pgsql/libpq-fe.h > > > > What did the previous code do? That worked. Typic

Re: [pgadmin-hackers] PATCH: Improvement in the debugger support for EnterpriseDB <= 9.2

2013-10-24 Thread Ashesh Vashi
Akshay, On Wed, Oct 23, 2013 at 10:22 PM, Ashesh Vashi < [email protected]> wrote: > On Wed, Oct 23, 2013 at 8:53 PM, Dave Page wrote: > >> Hi >> >> On Wed, Oct 23, 2013 at 8:09 AM, Ashesh Vashi >> wrote: >> > Hi All, >> > >> > While testing the debugger at EnterpriseDB with PPAS/Po

Re: [pgadmin-hackers] pgAgent: C++ Port - Patch Review

2013-10-24 Thread Neel Patel
Hi, On Thu, Oct 24, 2013 at 3:03 PM, Dave Page wrote: > On Thu, Oct 24, 2013 at 10:29 AM, Linreg wrote: > > Am Donnerstag, 24. Oktober 2013, 11:11:21 schrieb Neel Patel: > > > >> Hi, > > > >> > > > >> Below are the review comments. Compile and tested in Linux. > > > >> > > > >> 1) During compi

Re: [pgadmin-hackers] pgAgent: C++ Port - Patch Review

2013-10-24 Thread Dave Page
On Thu, Oct 24, 2013 at 10:29 AM, Linreg wrote: > Am Donnerstag, 24. Oktober 2013, 11:11:21 schrieb Neel Patel: > >> Hi, > >> > >> Below are the review comments. Compile and tested in Linux. > >> > >> 1) During compilation we got the following error in "connection.h" > >> > >> error: pgsql/libpq-f

Re: [pgadmin-hackers] pgAgent: C++ Port - Patch Review

2013-10-24 Thread Linreg
Am Donnerstag, 24. Oktober 2013, 11:11:21 schrieb Neel Patel: > Hi, > > Below are the review comments. Compile and tested in Linux. > > 1) During compilation we got the following error in "connection.h" > > error: pgsql/libpq-fe.h: No such file or directory > > To solve the above error we chang