> Sun Aug 20 18:24:34 2017 : DEBUG: Creating DB connection: user=tkren connection_timeout=5 dbname=xxx > Sun Aug 20 18:24:34 2017 : WARNING: Couldn't create the primary connection (attempt 1): invalid connection option "connection_timeout" > > This suggests pgAgent is not using the latest version of libpq. > Please use LD_LIBRARY_PATH environment to inform pgAgent to use the libpq, > it is compiled with. > -- Thanks, > Ashesh Vashi > -- Thanks, Ashesh
Unfortunately, this does not work. On a current Debian sid system, I've compiled pgagent from source and get
You may want set the rpath manually using chrpath utility for testing.
Regardless of that, connection.cpp does need to be taught the correct name for connect_timeout, as well as the additional appname related parameters right?