pgAgent: Log connection error message and initial connection - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAgent: Log connection error message and initial connection
Date
Msg-id 498AE36B.9040002@enterprisedb.com
Whole thread Raw
Responses Re: pgAgent: Log connection error message and initial connection
List pgadmin-hackers
Hi All,

As per my discussion with Dave Page, I have modified pgagent:

- Log connection error message no matter what the log level is.
  Introduced a LOG_WARN_EXT (EXTENDED WARNING), which will log
  messages as warning even without taking the LogLevel into
  consideration

- If the initial connection attempt fails, it will loop, and
  retry a few times at the speed of the normal
timing loop
  before giving up.

Please find the patch for that.

--
Regards,
Ashesh Vashi

EnterpriseDB INDIA: http://www.enterprisedb.com

pgadmin-hackers by date:

Previous
From: Quan Zongliang
Date:
Subject: Re: I want to modify "pgConn::ExecuteSet"
Next
From: Dave Page
Date:
Subject: Re: pgAgent: Log connection error message and initial connection