Re: Fixed issue related to 'show_system_objects' in dependencies/dependents

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Fixed issue related to 'show_system_objects' in dependencies/dependents
Date: 2016-03-15 14:35:34
Message-ID: CA+OCxoxyT6aYu4kTo7TBYXhPHMvCFzF1rX2vMiUqZ_tQP+MpTg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks, committed.

On Mon, Mar 14, 2016 at 10:56 AM, Akshay Joshi <
akshay(dot)joshi(at)enterprisedb(dot)com> wrote:

> Hi All
>
> As 'show_system_objects' has been implemented, I have fixed an issue for
> dependencies/dependents. With previous implementation each node will have
> to send the values of 'show_system_objects' while calling
> get_dependencies/get_dependents function. Now I have changed the logic to
> use the value directly into the base class functions.
>
> Attached is the patch file. Please review it and if it looks good then
> please commit it.
>
> --
> *Akshay Joshi*
> *Principal Software Engineer *
>
>
>
> *Phone: +91 20-3058-9517 <%2B91%2020-3058-9517>Mobile: +91 976-788-8246*
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>
>

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-03-15 15:02:14 Re: pgAdmin 4 commit: Resolved an issue related to no proper valid/invalid
Previous Message Dave Page 2016-03-15 14:17:18 pgAdmin 4 commit: Reduce column header letter spacing a touch.