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

From Murtuza Zabuawala
Subject PATCH: To fix the issue with stats table in PG9.6 (pgAdmin4)
Date
Msg-id CAKKotZSFj6Vzt3TSpVp4paidpuuWAJSB-mM4mh1NxRRXXNRxVw@mail.gmail.com
Whole thread Raw
Responses Re: PATCH: To fix the issue with stats table in PG9.6 (pgAdmin4)
List 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

pgadmin-hackers by date:

Previous
From: Harshal Dhumal
Date:
Subject: Re: Patch for RM1720 [pgadmin4]
Next
From: Murtuza Zabuawala
Date:
Subject: PATCH: Patch to fix favicon in virtual root (pgAdmin4)