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.96) (envelope-from ) id 1vt27q-00GRkB-1l for pgsql-hackers@arkaria.postgresql.org; Thu, 19 Feb 2026 11:23:19 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vt27p-003OWU-13 for pgsql-hackers@arkaria.postgresql.org; Thu, 19 Feb 2026 11:23:17 +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.96) (envelope-from ) id 1vt27o-003OWM-2a for pgsql-hackers@lists.postgresql.org; Thu, 19 Feb 2026 11:23:16 +0000 Received: from smtp.outgoing.loopia.se ([93.188.3.37]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1vt27l-000000008A2-43Q7 for pgsql-hackers@lists.postgresql.org; Thu, 19 Feb 2026 11:23:16 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id 5190055079F for ; Thu, 19 Feb 2026 12:23:13 +0100 (CET) Received: from s980.loopia.se (unknown [172.22.191.5]) by s807.loopia.se (Postfix) with ESMTP id 3DD015502B0; Thu, 19 Feb 2026 12:23:13 +0100 (CET) Received: from localhost (unknown [172.22.191.6]) by s980.loopia.se (Postfix) with ESMTP id 397A622016B3; Thu, 19 Feb 2026 12:23:13 +0100 (CET) X-Virus-Scanned: amavis at amavis.loopia.se X-Spam-Flag: NO X-Spam-Score: -1.2 X-Spam-Level: X-Spam-Status: No, score=-1.2 tagged_above=-999 required=6.2 tests=[ALL_TRUSTED=-1, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1] autolearn=disabled Authentication-Results: s472.loopia.se (amavis); dkim=pass (2048-bit key) header.d=proxel.se Received: from s981.loopia.se ([172.22.191.6]) by localhost (s472.loopia.se [172.22.190.12]) (amavis, port 10024) with LMTP id fzoD7NV8uKUB; Thu, 19 Feb 2026 12:23:12 +0100 (CET) X-Loopia-Auth: user X-Loopia-User: andreas@proxel.se X-Loopia-Originating-IP: 147.28.75.140 Received: from [192.168.0.121] (customer-147-28-75-140.stosn.net [147.28.75.140]) (Authenticated sender: andreas@proxel.se) by s981.loopia.se (Postfix) with ESMTPSA id 6ACC222B1772; Thu, 19 Feb 2026 12:23:12 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proxel.se; s=loopiadkim1707418970; t=1771500192; bh=sHTLYw4xYQ4bTQZfQ1OHkkrws2pyhdeaYQv38QZIYeU=; h=Date:Subject:To:References:From:In-Reply-To; b=Bl2vvngbQ+j1RYUjotvxX3G7SHRmigPKbQGL09UxIHudSqhdkNewiDzVM5dfe49Lr rL41OwVwDB9BaSaVwMRoQ/IX8Bx2ITQ47+eReZYDofxV25k/Mhz4HPSGUG+W7tnH5j 6mPoznDL9P1kkseR2PbWaBB6wk3F21mwbAoseBWIxyQPa1NfcRYCid9rKY7yiTWH9o wjsQv1WFetQdIPvzenxU5gfNs7fxBk5ukU3LJpiAKM/KAbtqz9QEIWyh68WwO17Lp4 hVJZ4rZBiUUi/jonSUWF0tiJ5/vDUKyCMFvATdJZ04p4KuXnXK2T8/Em0lAxoKG2Eu M7pUBHWk/yi3Q== Message-ID: <206258af-61dd-4050-a4d4-b56c8a671add@proxel.se> Date: Thu, 19 Feb 2026 12:23:12 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: Remove obsolete SAMESIGN macro To: Richard Guo , Pg Hackers References: From: Andreas Karlsson Content-Language: en-US In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 2/19/26 9:40 AM, Richard Guo wrote: > The macro remains defined in brin_minmax_multi.c and timestamp.c, but > is not used in either file. Any objections to removing these > definitions to clean things up? No, that is dead code only visible within those files so I do not think anyone would object. -- Andreas Karlsson Percona