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 1rQtQ4-0046rW-VY for pgsql-bugs@arkaria.postgresql.org; Fri, 19 Jan 2024 18:16:45 +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 1rQtQ4-00Ak40-3P for pgsql-bugs@arkaria.postgresql.org; Fri, 19 Jan 2024 18:16:44 +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 1rQtQ3-00Ak3r-R5 for pgsql-bugs@lists.postgresql.org; Fri, 19 Jan 2024 18:16:43 +0000 Received: from forwardcorp1c.mail.yandex.net ([178.154.239.200]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rQtPx-002fny-0k for pgsql-bugs@postgresql.org; Fri, 19 Jan 2024 18:16:43 +0000 Received: from mail-nwsmtp-smtp-corp-canary-81.sas.yp-c.yandex.net (mail-nwsmtp-smtp-corp-canary-81.sas.yp-c.yandex.net [IPv6:2a02:6b8:c08:6c2d:0:640:316f:0]) by forwardcorp1c.mail.yandex.net (Yandex) with ESMTPS id F0C0861462; Fri, 19 Jan 2024 21:16:35 +0300 (MSK) Received: from smtpclient.apple (unknown [2a02:6b8:b081:7231::1:11]) by mail-nwsmtp-smtp-corp-canary-81.sas.yp-c.yandex.net (smtpcorp/Yandex) with ESMTPSA id YGTAeg0GhCg0-Vyr6Rylp; Fri, 19 Jan 2024 21:16:35 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex-team.ru; s=default; t=1705688195; bh=EWNU29unKEsgR6nSbgbEF0nR6n/+/tiCA9vk+ul52jA=; h=To:References:Cc:In-Reply-To:From:Message-Id:Date:Subject; b=m5TISD7SLQPFJ0ZcVk1HxN5xf3tYIdowtt72Qm/fPmEF+FzEeDFU/xEpdXTlviiuM 2EcPWLY3US8fptesvAW8zb71nLBEUpXp+l4Bjv+qyqnCLO3mJNPk+8NBcgUTK+SoIc oGBobm8BKL2atyusBzccG2tv63eXnHk8TXwOvesE= Authentication-Results: mail-nwsmtp-smtp-corp-canary-81.sas.yp-c.yandex.net; dkim=pass header.i=@yandex-team.ru Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3696.120.41.1.4\)) Subject: Re: [BUG] false positive in bt_index_check in case of short 4B varlena datum From: Andrey Borodin In-Reply-To: <76bc0dc9-4e43-4cd8-8eec-249b254ed1c9@postgrespro.ru> Date: Fri, 19 Jan 2024 23:16:34 +0500 Cc: Alexander Lakhin , pgsql-bugs@postgresql.org, Yura Sokolov Content-Transfer-Encoding: quoted-printable Message-Id: <8C83FCCA-2548-499A-8B1C-96C3D8ADB787@yandex-team.ru> References: <7bdbe559-d61a-4ae4-a6e1-48abdf3024cc@postgrespro.ru> <0FDE2089-D306-4CBB-AD1F-EC4B419E3B33@yandex-team.ru> <49BBA065-4C9A-4E50-9048-B457907FF219@yandex-team.ru> <76bc0dc9-4e43-4cd8-8eec-249b254ed1c9@postgrespro.ru> To: Michael Zhilin X-Mailer: Apple Mail (2.3696.120.41.1.4) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 9 Jan 2024, at 22:59, Michael Zhilin = wrote: >=20 > Here is rebased version (v2) of patch supposed to make CF bot happy.=20= I've marked CF item as ready for committer. > On 1/8/24 17:34, Andrey M. Borodin wrote: >> Hi Alexander! >>=20 >> I think both cases are very interesting and deserve two separate bug = items. Alexander, do you plan to provide fixes for bugs you discovered? Best regards, Andrey Borodin.