pgAgent commit: Refactored the connInfo and DBconn and use of PQconninf

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAgent commit: Refactored the connInfo and DBconn and use of PQconninf
Date: 2018-05-16 13:24:56
Message-ID: E1fIwQK-0003wV-9W@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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+pgsql(at)postsubmeta(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-05-16 13:28:19 pgAdmin 4 commit: PYTHON_VERSION is set automatically. Use it to condit
Previous Message Dave Page 2018-05-16 12:33:56 pgAdmin 4 commit: No need to define PGADMIN4_USE_WEBKIT any more.