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 1tKiSc-00ANt4-9W for pgsql-hackers@arkaria.postgresql.org; Mon, 09 Dec 2024 18:26:23 +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 1tKiSZ-00AjjJ-5v for pgsql-hackers@arkaria.postgresql.org; Mon, 09 Dec 2024 18:26: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 1tKiSY-00AjjB-Mw for pgsql-hackers@lists.postgresql.org; Mon, 09 Dec 2024 18:26:20 +0000 Received: from forwardcorp1b.mail.yandex.net ([178.154.239.136]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tKiSW-001vk1-Eb for pgsql-hackers@lists.postgresql.org; Mon, 09 Dec 2024 18:26:19 +0000 Received: from mail-nwsmtp-smtp-corp-main-80.iva.yp-c.yandex.net (mail-nwsmtp-smtp-corp-main-80.iva.yp-c.yandex.net [IPv6:2a02:6b8:c0c:292a:0:640:622b:0]) by forwardcorp1b.mail.yandex.net (Yandex) with ESMTPS id 6BF1660BFB; Mon, 9 Dec 2024 21:26:14 +0300 (MSK) Received: from smtpclient.apple (unknown [2a02:6b8:b081:b589::1:3a]) by mail-nwsmtp-smtp-corp-main-80.iva.yp-c.yandex.net (smtpcorp/Yandex) with ESMTPSA id CQqbAu1Ig0U0-jSPGZFEf; Mon, 09 Dec 2024 21:26:13 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex-team.ru; s=default; t=1733768773; bh=tFbRuItOVY3T2Iuoto8TrX7M9H+1XpG802HtaaiFW9A=; h=Message-Id:To:Date:References:Cc:In-Reply-To:From:Subject; b=uZ8mKEnWyJ5731Z+Dj83amx5/tGPUO5C1pzjbaQiAc8eV7iyeaB1UoQdp17a48RrC V0L/Rfjb+9bNEcd2/4jyiOPOSe48ra6yzv1ufqcAJiH2/zpK+ki+mpUsnLp/vNVA7X LV0amwn+zeDE4QI8NZ8V+ykS/Lt8DAGUbM82ZMNo= Authentication-Results: mail-nwsmtp-smtp-corp-main-80.iva.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 \(3776.700.51.11.1\)) Subject: Re: [PATCH] Add sortsupport for range types and btree_gist From: "Andrey M. Borodin" In-Reply-To: <6bd891c9e3aa12baea5c938267bdb5a1e50a299e.camel@oopsware.de> Date: Mon, 9 Dec 2024 23:26:02 +0500 Cc: Michael Paquier , jian he , PostgreSQL Hackers Content-Transfer-Encoding: quoted-printable Message-Id: <54AABE8F-43FF-46D8-A1A9-6F6B0FCE11E2@yandex-team.ru> References: <7C9400DF-66FE-4308-BAD8-92FE3D0E55C6@yandex-team.ru> <0d9fbd59de15e2fc987a850c3d1f8a79a6ede825.camel@oopsware.de> <19c62e62c79b727d2c9a82eaeecfea5017001099.camel@oopsware.de> <4BADF8DD-A4D3-43AA-AA08-037F6FFA40BC@yandex-team.ru> <61128550659807032dd29c8c8a71674c818cbbb6.camel@oopsware.de> <7095B5FA-FADB-4524-B858-ECD14998710B@yandex-team.ru> <0176b173adfcff250543fe0aee2ef6137bd71953.camel@oopsware.de> <78499920f1e9ed5895423e735272ca2fdb90baf6.camel@oopsware.de> <770DB2DA-0B56-464A-87CE-5620CF12E114@yandex-team.ru> <6bd891c9e3aa12baea5c938267bdb5a1e50a299e.camel@oopsware.de> To: Bernd Helmle X-Mailer: Apple Mail (2.3776.700.51.11.1) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 9 Dec 2024, at 22:10, Bernd Helmle wrote: >=20 > So here's a version with the original, unchanged regression tests and > injection point removed (i hope i forgot nothing to revert). Besides unnecessary indentation changes in contrib/btree_gist/Makefile, = the patch seems good to me. Best regards, Andrey Borodin.=