Обсуждение: pgAdmin 4 commit: Fixed an issue where schema diff is showing identical

Поиск
Список
Период
Сортировка

pgAdmin 4 commit: Fixed an issue where schema diff is showing identical

От
Akshay Joshi
Дата:
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(-)