pgAdmin 4 commit: Ensure that maintenance job should be worked properly

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure that maintenance job should be worked properly
Date: 2020-05-11 11:18:18
Message-ID: E1jY6Ru-0004Af-6f@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure that maintenance job should be worked properly for indexes under a materialized view. Fixes #4223.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9d08776824c8ec5166a52c6b98708f3496a6ee16

Modified Files
--------------
docs/en_US/release_notes_4_22.rst | 1 +
web/pgadmin/static/scss/_pgadmin.style.scss | 3 +++
web/pgadmin/tools/maintenance/static/js/maintenance.js | 2 ++
3 files changed, 6 insertions(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2020-05-11 14:08:42 pgAdmin 4 commit: Ubuntu 20.04 needs python3-wheel to be explicitly ins
Previous Message Dave Page 2020-05-11 08:05:18 pgAdmin 4 commit: Clarify and correct the docs on enabling the pl/debug