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 1s5ELt-0045q6-1A for pgsql-hackers@arkaria.postgresql.org; Fri, 10 May 2024 00:43:09 +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 1s5ELq-00BkZT-8H for pgsql-hackers@arkaria.postgresql.org; Fri, 10 May 2024 00:43:06 +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 1s5ELp-00BkZK-Uw for pgsql-hackers@lists.postgresql.org; Fri, 10 May 2024 00:43:06 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1s5ELn-000GeJ-37 for pgsql-hackers@lists.postgresql.org; Fri, 10 May 2024 00:43:05 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 44A0gtFR1375615; Thu, 9 May 2024 20:42:55 -0400 From: Tom Lane To: Alexander Korotkov cc: Noah Misch , Pavel Borisov , Peter Eisentraut , Aleksander Alekseev , Postgres hackers , Maxim Orlov , Andres Freund , Greg Stark , Julien Rouhaud , Mark Dilger , David Steele , Peter Geoghegan , Maxim Orlov , lubennikovaav@gmail.com Subject: Re: [PATCH] Improve amcheck to also check UNIQUE constraint in btree index. In-reply-to: References: <20220922151328.lakwdytvwnyyif3b@awork3.anarazel.de> <8c74cc5e-4b97-4cd7-9aaf-67886822a78c@eisentraut.org> <20240501022412.85@rfd.leadboat.com> Comments: In-reply-to Alexander Korotkov message dated "Fri, 10 May 2024 03:11:41 +0300" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1375613.1715301775.1@sss.pgh.pa.us> Date: Thu, 09 May 2024 20:42:55 -0400 Message-ID: <1375614.1715301775@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Alexander Korotkov writes: > The revised patchset is attached. I applied cosmetical changes. I'm > going to push it if no objections. Is this really suitable material to be pushing post-feature-freeze? It doesn't look like it's fixing any new-in-v17 issues. regards, tom lane