PATCH: To fix the issue with stats table in PG9.6 (pgAdmin4)

From: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: PATCH: To fix the issue with stats table in PG9.6 (pgAdmin4)
Date: 2016-09-22 07:20:07
Message-ID: CAKKotZSFj6Vzt3TSpVp4paidpuuWAJSB-mM4mh1NxRRXXNRxVw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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

Attachment Content-Type Size
RM_1719.patch text/x-patch 4.8 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Murtuza Zabuawala 2016-09-22 08:39:03 PATCH: Patch to fix favicon in virtual root (pgAdmin4)
Previous Message Harshal Dhumal 2016-09-22 07:09:33 Re: Patch for RM1720 [pgadmin4]