Re: PATCH: To fix the issue with stats table in PG9.6 (pgAdmin4) - Mailing list pgadmin-hackers

From Dave Page
Subject Re: PATCH: To fix the issue with stats table in PG9.6 (pgAdmin4)
Date
Msg-id CA+OCxox18EbGFG28smNYVzCR1ZY+8WFa3utP6L04HCn-GJDfSA@mail.gmail.com
Whole thread Raw
In response to PATCH: To fix the issue with stats table in PG9.6 (pgAdmin4)  (Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>)
Responses Re: PATCH: To fix the issue with stats table in PG9.6 (pgAdmin4)  (Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>)
List pgadmin-hackers
Can you rebase this please?

(pgadmin4)piranha:web dpage$ git apply ~/Downloads/RM_1719.patch
error: patch failed: web/pgadmin/browser/server_groups/servers/__init__.py:662
error: web/pgadmin/browser/server_groups/servers/__init__.py: patch
does not apply

On Thu, Sep 22, 2016 at 8:20 AM, Murtuza Zabuawala
<murtuza.zabuawala@enterprisedb.com> wrote:
> Hi,
>
> PFA patch to fix the issue where pgAdmin4 was throwing error when user
> clicks on Statistics tab when using PG9.6.
> RM#1719
>
> Issue:
> The column `waiting` has been removed from `pg_stat_activity` View instead
> two new columns has been added `wait_event` and `wait_event_type`.
>
> --
> Regards,
> Murtuza Zabuawala
> EnterpriseDB: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.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


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: Regression errors - database node
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Ensure the favicon can be found. Fixes #1692