pgAdmin 4 commit: Fixed an issue where schema diff is showing identical - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed an issue where schema diff is showing identical
Date
Msg-id E1kLM5M-00055O-66@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed an issue where schema diff is showing identical table as different due to default vacuum settings. Fixes #5826

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_27.rst                         |  1 +
.../servers/databases/schemas/tables/schema_diff_utils.py |  3 ++-
.../servers/databases/schemas/views/__init__.py           |  2 +-
web/pgadmin/tools/schema_diff/__init__.py                 |  2 ++
web/pgadmin/tools/schema_diff/compare.py                  |  2 --
web/pgadmin/tools/schema_diff/directory_compare.py        | 15 +++++++++++++++
6 files changed, 21 insertions(+), 4 deletions(-)


pgadmin-hackers by date:

Previous
From: Pradip Parkale
Date:
Subject: Re: [pgAdmin][RM5843] [SQL] - Some 'options' values for function not shown in sql
Next
From: Azad Salahlı
Date:
Subject: [pgAdmin] Fix incorrect import in setup.py