Re: [pgadmin-hackers] Propsed pgagent patch: pgAgent reports failure upon success - For Review

2012-07-16 Thread Martin French
(See attached file: pgAgent.patch)Hipgadmin-hackers-ow...@postgresql.org wrote on 16/07/2012 15:52:45:> From: Dave Page > To: Martin French , > Cc: pgadmin-hackers@postgresql.org> Date: 16/07/2012 18:55> Subject: Re: [pgadmin-hackers] Propsed pgagent patch: pgAgent > reports failure upon success -

Re: [pgadmin-hackers] More information about the selected objects

2012-07-16 Thread Guillaume Lelarge
On Sat, 2012-07-14 at 20:48 +0100, Dave Page wrote: > > > On Saturday, July 14, 2012, Guillaume Lelarge wrote: > On Sat, 2012-07-14 at 18:57 +0100, Dave Page wrote: > > > > > > On Saturday, July 14, 2012, Guillaume Lelarge wrote: > > On Sat, 2012-07

Re: [pgadmin-hackers] SSH Tunneling implementation

2012-07-16 Thread Guillaume Lelarge
On Sun, 2012-07-15 at 12:02 +0100, Dave Page wrote: > On Sat, Jul 14, 2012 at 2:13 PM, Guillaume Lelarge > wrote: > > On Fri, 2012-07-13 at 09:32 +0100, Dave Page wrote: > >> On Fri, Jul 13, 2012 at 7:57 AM, Akshay Joshi > >> wrote: > >> > > >> > > >> > On Thu, Jul 12, 2012 at 5:44 PM, Magnus Hag

Re: [pgadmin-hackers] Propsed pgagent patch: pgAgent reports failure upon success - For Review

2012-07-16 Thread Dave Page
Hi Can you resend the patch as an attachment please? It's getting corrupted inline in email. Thanks. On Mon, Jul 16, 2012 at 2:46 PM, Martin French wrote: > Hi, > > I have attempted a patch for an issue where pgAgent incorrectly reports > failure on a plain SQL job. Please see below. > > Feedba

[pgadmin-hackers] Propsed pgagent patch: pgAgent reports failure upon success - For Review

2012-07-16 Thread Martin French
Hi, I have attempted a patch for an issue where pgAgent incorrectly reports failure on a plain SQL job. Please see below.Feedback/comments welcome.ThanksMartin French.diff --git a/connection.cpp b/connection.cppindex 5e10078..6103c00 100644--- a/connection.cpp+++ b/connection.cpp@@ -336,6 +336,7 @@