Re: PATCH: pgagent connection string parsing

2017-08-21 Thread Thomas Krennwallner
On Mon Aug 21, 2017 09:47:47AM +0100, Dave Page wrote: > On Mon, Aug 21, 2017 at 9:46 AM, Ashesh Vashi wrote: > > On Mon, Aug 21, 2017 at 1:41 PM, Dave Page wrote: > >> Regardless of that, connection.cpp does need to be taught the correct > >> name for connect_timeout, as well as the additional a

Re: PATCH: pgagent connection string parsing

2017-08-20 Thread Thomas Krennwallner
On Mon Aug 21, 2017 06:50:03AM +0530, Ashesh Vashi wrote: >On Aug 20, 2017 22:48, "Thomas Krennwallner" <[1]tk+pg...@postsubmeta.net> >wrote: > > % ./pgagent -f -t60 -l2 dbname=xxx user=tkren connection_timeout=5 [...] > Sun Aug 20 18:24:34 2017

PATCH: pgagent connection string parsing

2017-08-20 Thread Thomas Krennwallner
port=5432' to database xxx Sun Aug 20 19:04:32 2017 : DEBUG: Returning connection 'user=tkren dbname=xxx application_name=xyz' to database xxx Sun Aug 20 19:04:32 2017 : DEBUG: Completed job: 1 Sun Aug 20 19:04:32 2017 : DEBUG: Destroying job thread for job 1 [...] TK>From