pgAdmin 4 commit: 1) Fixed an issue where % displayed twice in explain

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1) Fixed an issue where % displayed twice in explain
Date: 2021-03-12 06:10:48
Message-ID: E1lKb0a-0000aQ-5u@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

1) Fixed an issue where % displayed twice in explain analyze for query and table. Fixes #4847
2) Rename text 'table' with 'relation' in the statistic tab for explain analyze. Fixes #4849

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=03d3b8c03c1e5faaf3e82f7602921e1acf3e0de9
Author: Rahul Shirsat <rahul(dot)shirsat(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_5_1.rst | 2 ++
web/pgadmin/misc/static/explain/js/explain.js | 10 +++++-----
2 files changed, 7 insertions(+), 5 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-03-12 06:11:20 Re: [pgAdmin] RM4847 & RM4849 Double % & Relation name issue Explain -> Statistics
Previous Message Rahul Shirsat 2021-03-11 11:43:11 [pgAdmin] RM4847 & RM4849 Double % & Relation name issue Explain -> Statistics