Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nanhi-0001Y2-0v for pgsql-hackers@arkaria.postgresql.org; Sun, 03 Apr 2022 00:02:50 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1nanhg-0005jG-1E for pgsql-hackers@arkaria.postgresql.org; Sun, 03 Apr 2022 00:02:48 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nanhf-0005j7-My for pgsql-hackers@lists.postgresql.org; Sun, 03 Apr 2022 00:02:47 +0000 Received: from mail-qk1-f173.google.com ([209.85.222.173]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1nanhd-0003np-2Y for pgsql-hackers@lists.postgresql.org; Sun, 03 Apr 2022 00:02:47 +0000 Received: by mail-qk1-f173.google.com with SMTP id w141so4969819qkb.6 for ; Sat, 02 Apr 2022 17:02:44 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=qHHMSDU75lBk/qvRiqO4S4026uKQtuyXh/8FGJ0AaZY=; b=QFyDf1QkrHU8+DHpIZYZsir0/ogfpmqwpit2P3CIVdmDQqueWO6DEsWBJa2LoBArFf Jwq7FpBVzRt2675Xvl7caRAVjhv5bfDx577FetoyuogZJQpOCcOfWGrY3S5Qai/NQH9n iEYbl3fdOTY3ab8lCjQfSx59G5rBFlGwk4MWAm8YYv71N6fTD5+10DjPmhkGQIk+tghT vjD+ufe1DtprekG6NW70pgjTxlKyf6cLqlAQKHu+HEkh8UlsAALSu6jaLGBXEiiPKIvy UwL3ij4357uhLJkUh9r1S14u6Q5HYOfiXLoh+4ClH0BOhNW1K4ZWVBiN26Ijhl2RBabc Ov6Q== X-Gm-Message-State: AOAM533iVPRehFmWv2NfIJ0+ez1S6Q9dyKg3Ui/JYY0/CLpV6ziHXorM Xwq2b7FTmEdtbnHDTOWEwFwgagv0qAhMAKCszMA= X-Google-Smtp-Source: ABdhPJyG9PiYFXc8UV31gyvI695lD2T+BOoriYT0axLbBAfmENLoaR1XpcmY01QYduFFJYaqAbBXzyxdjpv9Ps793gI= X-Received: by 2002:a37:54c4:0:b0:67e:9cbf:a984 with SMTP id i187-20020a3754c4000000b0067e9cbfa984mr10550886qkb.215.1648944163167; Sat, 02 Apr 2022 17:02:43 -0700 (PDT) MIME-Version: 1.0 References: <6A958AE0-CFB9-4B1F-8EF8-BF6E729AFB59@enterprisedb.com> <6FED9A6F-9AB3-4711-A5F7-55535ADF736B@enterprisedb.com> <4A5C6A8E-8C8C-4D9B-8FFA-DFAA697E7A53@enterprisedb.com> In-Reply-To: From: Greg Stark Date: Sat, 2 Apr 2022 20:02:07 -0400 Message-ID: Subject: Re: [PATCH] Improve amcheck to also check UNIQUE constraint in btree index. To: Maxim Orlov Cc: Pavel Borisov , Julien Rouhaud , Mark Dilger , David Steele , Postgres hackers , Peter Geoghegan , Maxim Orlov , lubennikovaav@gmail.com Content-Type: text/plain; charset="UTF-8" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk This patch was broken by d16773cdc86210493a2874cb0cf93f3883fcda73 "Add macros in hash and btree AMs to get the special area of their pages" If it's really just a few macros it should be easy enough to merge but it would be good to do a rebase given the number of other commits since February anyways. On Mon, 21 Feb 2022 at 09:14, Maxim Orlov wrote: > > I've updated the patch due to recent changes by Daniel Gustafsson (549ec201d6132b7). > > -- > Best regards, > Maxim Orlov. -- greg