pgAgent commit: Refactored the connInfo and DBconn and use ofPQconninf - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAgent commit: Refactored the connInfo and DBconn and use ofPQconninf
Date
Msg-id E1fIwQK-0003wV-9W@gothos.postgresql.org
Whole thread Raw
List 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@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(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: No need to define PGADMIN4_USE_WEBKIT any more.
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: PYTHON_VERSION is set automatically. Use it tocondit