Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qWGOj-002frw-2o for pgadmin-hackers@arkaria.postgresql.org; Wed, 16 Aug 2023 13:17:17 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1qWGOg-006kkZ-6H for pgadmin-hackers@arkaria.postgresql.org; Wed, 16 Aug 2023 13:17:14 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qWGOf-006kkQ-U9 for pgadmin-hackers@lists.postgresql.org; Wed, 16 Aug 2023 13:17:14 +0000 Received: from out-21.smtp.github.com ([192.30.252.204]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qWGOa-000Tgz-Kx for pgadmin-hackers@lists.postgresql.org; Wed, 16 Aug 2023 13:17:13 +0000 Received: from github.com (hubbernetes-node-390572e.ac4-iad.github.net [10.52.140.15]) by smtp.github.com (Postfix) with ESMTPA id 1768D70136A for ; Wed, 16 Aug 2023 06:17:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1692191827; bh=NWnFSF7VwgZvMNkEpRZq+vyLW7WLgRtXma2cd41W3Ys=; h=Date:From:To:Subject:From; b=gqRlLcvkY9pb8tAeFWpk4Se14FIdobqFWes3fSsTKL57jfx5VUV2OntOE1HXzYYjW UTJ+Tb+hg2ERL6RdtrZ9gEVKevq/EkA5r8uSshi45bZVNvJ7PAUKoSv9rBcf6b0yxf YWAJByWQtklqKBI98fLOmrLFc2oCMmywYDaIEezw= Date: Wed, 16 Aug 2023 06:17:07 -0700 From: Akshay Joshi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] edd178: Fixed an issue where ignore owner is not working w... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: edd1783353b9de9ddd120c5945472fd475c7b88d https://github.com/pgadmin-org/pgadmin4/commit/edd1783353b9de9ddd120c5945472fd475c7b88d Author: Akshay Joshi Date: 2023-08-16 (Wed, 16 Aug 2023) Changed paths: M web/pgadmin/tools/schema_diff/directory_compare.py Log Message: ----------- Fixed an issue where ignore owner is not working when owner and grants both are different