Re: [pgAdmin4][Patch]: To fix the issues in Explain module

From: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin4][Patch]: To fix the issues in Explain module
Date: 2017-11-06 09:42:54
Message-ID: CAKKotZSC5-gNX5D8yNLHtVWkSoYbhN7WCQb7PTd1VPm-P=8K6g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

Please disregard previous patch, here is the correct patch.

On Mon, Nov 6, 2017 at 3:04 PM, Murtuza Zabuawala <
murtuza(dot)zabuawala(at)enterprisedb(dot)com> wrote:

> Hi,
>
> PFA patch to fix the following issues,
>
> 1) Node label alignment issue in Sub-plans if the database object has long
> name.
> RM#2843
>
> 2) Node label not displaying properly if the database object has long name.
> RM#2842
>
> 3) Node label was incorrect if we run "Explain Analyze" on a query that
> invokes a function.
> RM#2824
>
> Please review.
>
> --
> Regards,
> Murtuza Zabuawala
> EnterpriseDB: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>
>

Attachment Content-Type Size
RM_2824_2842_2843.diff text/plain 1.7 KB

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Alexander Lakhin 2017-11-06 14:00:13 Re: Fixes for pgAdmin4 messages
Previous Message Murtuza Zabuawala 2017-11-06 09:34:52 [pgAdmin4][Patch]: To fix the issues in Explain module