pgAdmin 4 commit: Refactor server request code by removing some duplica

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Refactor server request code by removing some duplica
Date: 2020-07-11 11:31:11
Message-ID: E1juDip-0000X4-4n@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Refactor server request code by removing some duplicated code in the runtime and improves some of the debug logs.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e6edf400486544951e4f177d0cbe277ed61ff129
Author: Dave Page <dpage(at)pgadmin(dot)org>

Modified Files
--------------
runtime/pgAdmin4.cpp | 77 ++++++++++++++++------------------------------------
runtime/pgAdmin4.h | 7 +++--
2 files changed, 27 insertions(+), 57 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-07-11 11:31:30 Re: [pgAdmin][RM5569] [SQL] Bad display of tables storage parameters in the "SQL" tab (correction of bug #5398 not complete)
Previous Message Dave Page 2020-07-10 15:47:21 Refactor server request code in the runtime