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 1v4G7J-00BTgZ-0m for pgsql-hackers@arkaria.postgresql.org; Thu, 02 Oct 2025 10:00:53 +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 1v4G7G-0074Y6-Rz for pgsql-hackers@arkaria.postgresql.org; Thu, 02 Oct 2025 10:00:51 +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 1v4G7G-0074Xy-Ie for pgsql-hackers@lists.postgresql.org; Thu, 02 Oct 2025 10:00:51 +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.96) (envelope-from ) id 1v4G7F-001Eng-0G for pgsql-hackers@lists.postgresql.org; Thu, 02 Oct 2025 10:00:50 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id 1D6304198B5 for ; Thu, 02 Oct 2025 12:00:18 +0200 (CEST) Received: from s899.loopia.se (unknown [172.22.191.5]) by s807.loopia.se (Postfix) with ESMTP id 0EB50418977; Thu, 02 Oct 2025 12:00:18 +0200 (CEST) Received: from s474.loopia.se (unknown [172.22.191.6]) by s899.loopia.se (Postfix) with ESMTP id 0B5942C8BAAF; Thu, 02 Oct 2025 12:00:18 +0200 (CEST) X-Virus-Scanned: amavisd-new 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: s474.loopia.se (amavisd-new); dkim=pass (2048-bit key) header.d=yesql.se Received: from s899.loopia.se ([172.22.191.5]) by s474.loopia.se (s474.loopia.se [172.22.190.14]) (amavisd-new, port 10024) with LMTP id Vr1AQQjhwmM0; Thu, 2 Oct 2025 12:00:17 +0200 (CEST) X-Loopia-Auth: user X-Loopia-User: daniel@yesql.se X-Loopia-Originating-IP: 89.255.232.236 Received: from smtpclient.apple (customer-89-255-232-236.stosn.net [89.255.232.236]) (Authenticated sender: daniel@yesql.se) by s899.loopia.se (Postfix) with ESMTPSA id 72FBD2C8BAB9; Thu, 02 Oct 2025 12:00:17 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yesql.se; s=loopiadkim1707475645; t=1759399217; bh=LoSJBoG/3LFRoSoh7hYoyr2QZAA0Z7WuqBzFkOYn0B8=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=KoGmaLu2KG0jgKGBQ75xlY8/jRyqFoM5cEIJ3njb0Tl8qgojWWLYMt8GhwpSSWF4U VZccLqY9pZf0QVHzZJLiwALhv8Frlr3ExzGuQxyyozqaY3sshwdVIpkkykgicBtjNQ Zl8at0kZCIePEgRclocQjenhiK8w2BFGoV00AczTsZ7lMxbefTboYfSNQBt/ibO8Wt 1ndbY5pYQOSyBY63RDoEWetShqY2o+ehxLqP0apd48O61ezhfJC7Y6ynedu/D4h3nf YcUsMVuDzVTxDRWtGOK8CChSp7q6QvWDCC2PhgjdDFJ3AKuzvDRsLj13ZJOmb8tDZL ZRNFpTBfyB8NQ== Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3776.700.51.11.2\)) Subject: Re: [PATCH] Add tests for Bitmapset From: Daniel Gustafsson In-Reply-To: Date: Thu, 2 Oct 2025 12:00:07 +0200 Cc: David Rowley , Greg Burd , PostgreSQL Hackers Content-Transfer-Encoding: 7bit Message-Id: <978D21E8-9D3B-40EA-A4B1-F87BABE7868C@yesql.se> References: <76DBEF5D-EA47-4C30-8D28-97B3B88E2E2D@greg.burd.me> To: Michael Paquier X-Mailer: Apple Mail (2.3776.700.51.11.2) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 1 Oct 2025, at 07:14, Michael Paquier wrote: > Thanks for the typos, I've missed these. Doing post-commit review I didn't see any sharp edges, but found one more of these so will push this shortly: --- Substraction to empty +-- Subtraction to empty -- Daniel Gustafsson