pgAgent commit: Refactored the connInfo and DBconn and use ofPQconninf

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAgent commit: Refactored the connInfo and DBconn and use ofPQconninf
Дата
Msg-id E1fIwQK-0003wV-9W@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: No need to define PGADMIN4_USE_WEBKIT any more.
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: PYTHON_VERSION is set automatically. Use it tocondit