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 1r7s7u-007CAC-8v for pgadmin-hackers@arkaria.postgresql.org; Tue, 28 Nov 2023 07:03:22 +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 1r7s7s-0037pk-U7 for pgadmin-hackers@arkaria.postgresql.org; Tue, 28 Nov 2023 07:03:20 +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 1r7s7s-0037pc-Kc for pgadmin-hackers@lists.postgresql.org; Tue, 28 Nov 2023 07:03:20 +0000 Received: from out-20.smtp.github.com ([192.30.252.203]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r7s7p-008vRC-Kv for pgadmin-hackers@lists.postgresql.org; Tue, 28 Nov 2023 07:03:19 +0000 Received: from github.com (hubbernetes-node-e49ff9c.va3-iad.github.net [10.48.130.38]) by smtp.github.com (Postfix) with ESMTPA id 957018C03CD for ; Mon, 27 Nov 2023 23:03:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1701154995; bh=MdFhsxbYbK7A/c2/8kevoTVCe5oGVLRmntvRriZc3wQ=; h=Date:From:To:Subject:From; b=KbqI8PmE66KG527Mwel0sgR4Wg70mRh970D5REuAtL+kO+ODHGY/saLrI8XvvYs36 hfpttAeDmM/adMywGcll0obrOP1JwLTxT34mYx33JYxVGivJZ+PH/gYhFuL2GUAvUX mJMr/WNqZaN9aCGugWI89lZrhPxZxXtUD0gMuQXM= Date: Mon, 27 Nov 2023 23:03:15 -0800 From: Akshay Joshi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 3bd2de: Fixed an issue where the Vacuum option INDEX_CLEAN... 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: 3bd2dec663edce077b240f1e76e289baa19c7bef https://github.com/pgadmin-org/pgadmin4/commit/3bd2dec663edce077b240f1e76e289baa19c7bef Author: Akshay Joshi Date: 2023-11-28 (Tue, 28 Nov 2023) Changed paths: M docs/en_US/release_notes_8_1.rst M web/pgadmin/tools/maintenance/static/js/maintenance.ui.js Log Message: ----------- Fixed an issue where the Vacuum option INDEX_CLEANUP have an incorrect value ('AUTO') for database versions < 14. #6984