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 1qdlbW-004g3B-ND for pgadmin-hackers@arkaria.postgresql.org; Wed, 06 Sep 2023 06:01:30 +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 1qdlbV-007FJc-HS for pgadmin-hackers@arkaria.postgresql.org; Wed, 06 Sep 2023 06:01:29 +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 1qdlbV-007FJE-7C for pgadmin-hackers@lists.postgresql.org; Wed, 06 Sep 2023 06:01:28 +0000 Received: from out-27.smtp.github.com ([192.30.252.210]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qdlbQ-003Lnb-Tg for pgadmin-hackers@lists.postgresql.org; Wed, 06 Sep 2023 06:01:28 +0000 Received: from github.com (hubbernetes-node-3d55a7f.ash1-iad.github.net [10.56.152.29]) by smtp.github.com (Postfix) with ESMTPA id 2DEC6600FAA for ; Tue, 5 Sep 2023 23:01:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1693980083; bh=vi+Pxq1mFt2O2pMlojlwKK8jEYQ6BI5erBDj91HmY/Y=; h=Date:From:To:Subject:From; b=ITFnNgezKf7xywBQIdB1/EA34h4hRb2b87s3IiBX1Jx933IjIMpjZyEj6e4HCp+Xk xYNrHcaTdo11N6fp5tZu3hQ69hVIeVVQOh3lyANC4Sdfqe7wPdLNbPXHr9tiNIibcR D//sjzsTFxEASagjCPMhLSUD1wtPBohwLrbFIArQ= Date: Tue, 05 Sep 2023 23:01:23 -0700 From: Akshay Joshi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 07d965: Ensure that Materialized view size fields in Stati... 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: 07d965ea460163382c7855d947d5a05e91f79881 https://github.com/pgadmin-org/pgadmin4/commit/07d965ea460163382c7855d947d5a05e91f79881 Author: Akshay Joshi Date: 2023-09-06 (Wed, 06 Sep 2023) Changed paths: M docs/en_US/release_notes_7_7.rst M web/pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/mview.js Log Message: ----------- Ensure that Materialized view size fields in Statistics should be human-readable. #6712