Refactored the connInfo and DBconn and use of PQconninfoParse() for parsing the connection string replacing our own version parsing logic.
Reviewed by Ashesh, also modified it to take care of the removal of wxWidgets dependency change. Branch ------ master Details ------- https://git.postgresql.org/gitweb?p=pgagent.git;a=commitdiff;h=140027c9f2c3feeeee4174a59f1fce5b95cb808e Author: Thomas Krennwallner <tk+pg...@postsubmeta.net> Modified Files -------------- connection.cpp | 450 +++++++++++++++++++++++++-------------------------- include/connection.h | 113 ++++++------- include/pgAgent.h | 1 - job.cpp | 4 +- pgAgent.cpp | 5 +- 5 files changed, 272 insertions(+), 301 deletions(-)