pgAdmin 4 commit: Fixed issue where 'backend_type' column is existfor - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed issue where 'backend_type' column is existfor
Date
Msg-id E1dmHbr-00080L-St@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed issue where 'backend_type' column is exist for database server version greater than 10.
Issue is regression of RM #2597.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=401e13ca650e06f2ee9c2220d0c7b7dcbbcf6dd6
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
web/pgadmin/dashboard/static/js/dashboard.js        | 21 ++++++++++++++-------
.../templates/dashboard/sql/10_plus/activity.sql    | 19 +++++++++++++++++++
.../templates/dashboard/sql/9.6_plus/activity.sql   |  3 +--
3 files changed, 34 insertions(+), 9 deletions(-)


pgadmin-hackers by date:

Previous
From: Harshal Dhumal
Date:
Subject: Re: [pgAdmin4][RM2586] Cleanup feature test
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][Patch]: Allow user to cancel long running queries from dashboard