pgAdmin 4 commit: Fixed an issue where SubPlans may overlap other nodes

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue where SubPlans may overlap other nodes
Date: 2021-12-31 09:20:05
Message-ID: E1n3E4z-0001IK-Rg@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where SubPlans may overlap other nodes & make them inaccessible in Graphical EXPLAIN View.

Patch sent by: Robert Frunzke

Fixes #7093

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a4ef5ea48b9cca2181ad8163579402c8299a7850

Modified Files
--------------
docs/en_US/release_notes_6_4.rst | 1 +
web/pgadmin/misc/static/explain/js/explain.js | 1 +
2 files changed, 2 insertions(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Pradip Parkale 2022-01-03 10:57:23 [pgAdmin][Patch]:Hide shared server is not working after react porting.
Previous Message Akshay Joshi 2021-12-31 09:01:59 Re: [pgAdmin][GrantWizard]: Changes in grantWizard and Wizard component.