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 1niyPs-0004Yg-MG for pgsql-hackers@arkaria.postgresql.org; Mon, 25 Apr 2022 13:06:12 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1niyPr-0003BP-Cu for pgsql-hackers@arkaria.postgresql.org; Mon, 25 Apr 2022 13:06:11 +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 1niyPq-0003BG-Dr for pgsql-hackers@lists.postgresql.org; Mon, 25 Apr 2022 13:06:11 +0000 Received: from wout4-smtp.messagingengine.com ([64.147.123.20]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1niyPl-0000Pg-AV for pgsql-hackers@lists.postgresql.org; Mon, 25 Apr 2022 13:06:10 +0000 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.west.internal (Postfix) with ESMTP id 53D6532005C1; Mon, 25 Apr 2022 09:06:02 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute5.internal (MEProxy); Mon, 25 Apr 2022 09:06:02 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:date:date:from:from:in-reply-to:in-reply-to :message-id:mime-version:reply-to:sender:subject:subject:to:to :x-me-proxy:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s= fm1; t=1650891961; x=1650978361; bh=rL1dO/GVhjMh1oqgVEl1fvqXpN1r pZTICSZ4/EGEupg=; b=gzSQwLxS6+VYJv6tVMJT4QL0WR6ujxdLn5WC1a8m0FgC kHWVj6LHBoRLmJX6vL/GvCZkfzUch9ENqDe0WgfuSoycK6YBr/aipgTKim8fI/Wj oN2odnteBlwL1hyHvH7pD9Gb4QcKT0fhnQZxlyh/6475iVTHSsULnOnl54HYT93p mcRvEGVxn/8g0ncjyHL5HN2UPE50CIcaKeXrLZoiaPBoBmoWyY4hILmijxXu1ZHz LkDlO4tkNpVe3Y1pL+S/n8H7PWxbz4i3wMDPaJRpD5w+5e8qxQxR2KxfqTCm29Ux uzfhDGqb56uYv5gqmyJxXVpmQuxb97PkpAbYJSsccw== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvfedruddugdehjecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpeffhffvvefukfggtggugfgjsehtkeertddttdejnecuhfhrohhmpeetlhhvrghr ohcujfgvrhhrvghrrgcuoegrlhhvhhgvrhhrvgesrghlvhhhrdhnohdqihhprdhorhhgqe enucggtffrrghtthgvrhhnpefgtdegleeggffftdeiuddufffhveekgfdufeethefgtefh kedvgeejlefhteehvdenucffohhmrghinhepvghnthgvrhhprhhishgvuggsrdgtohhmpd hpohhsthhgrhgvshhqlhdrohhrghenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgr mhepmhgrihhlfhhrohhmpegrlhhvhhgvrhhrvgesrghlvhhhrdhnohdqihhprdhorhhg X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Mon, 25 Apr 2022 09:06:01 -0400 (EDT) Received: by perhan.alvh.no-ip.org (Postfix, from userid 1000) id 109572A1526; Mon, 25 Apr 2022 15:05:59 +0200 (CEST) Date: Mon, 25 Apr 2022 15:05:59 +0200 From: Alvaro Herrera To: Amul Sul Cc: PostgreSQL Hackers Subject: Re: tweak to a few index tests to hits ambuildempty() routine. Message-ID: <202204251305.fkopsdzkzbj4@alvherre.pgsql> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 2021-Nov-29, Amul Sul wrote: > Attached patch is doing small changes to brin, gin & gist index tests > to use an unlogged table without changing the original intention of > those tests and that is able to hit ambuildempty() routing which is > otherwise not reachable by the current tests. I added one change to include spgist too, which was uncovered, and pushed this. Thanks for the patch! -- Álvaro Herrera PostgreSQL Developer — https://www.EnterpriseDB.com/ "I am amazed at [the pgsql-sql] mailing list for the wonderful support, and lack of hesitasion in answering a lost soul's question, I just wished the rest of the mailing list could be like this." (Fotis) (http://archives.postgresql.org/pgsql-sql/2006-06/msg00265.php)