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 1mH2hE-0006Pn-Sy for pgsql-hackers@arkaria.postgresql.org; Fri, 20 Aug 2021 11:28:25 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mH2hD-00017P-O0 for pgsql-hackers@arkaria.postgresql.org; Fri, 20 Aug 2021 11:28:23 +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 1mH2hC-00017H-W3 for pgsql-hackers@lists.postgresql.org; Fri, 20 Aug 2021 11:28:23 +0000 Received: from out4-smtp.messagingengine.com ([66.111.4.28]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mH2h7-00053t-Le for pgsql-hackers@lists.postgresql.org; Fri, 20 Aug 2021 11:28:22 +0000 Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id E5DC95C010C; Fri, 20 Aug 2021 07:28:14 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute2.internal (MEProxy); Fri, 20 Aug 2021 07:28:14 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=68APjGAJp6POW/nmSgMMHLLzK7TKYNVU+0LtneFQT xk=; b=LR2So0tJ3DSzUCb34OHXaqw6tzZxo7pifUPmqNSEvJgaoCGZfEo2R0wxz ePcXZo3iYWV7BXl/E9GLA7ZbhhsvFc2FhA+wbgW8cKos1ZyfD5V3YAgmetwlu4/u oDVIhrXAmzCbk8XTXaqhIqel491kdc39XHq5ty0LqMoLwMi262Y2be6JpMrs74xZ Jzx11yyhF7egFJbh3DlasmcJUbw9WWuZxSrGvryp2wjewIGr0/H1z5Ys5T5VNvqa eF7w+SiU8W2CcOgftC57lUQT/ODv1O+lHtdTwz9Jgk91dtWTgpxXAyveUk8IszIO dG+70f+OMfB/Yrm3yoXsZ6thdpIuA== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvtddrleelgdeflecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefuvfhfhffkffgfgggjtgfgsehtjeertddtfeehnecuhfhrohhmpefrvghtvghr ucfgihhsvghnthhrrghuthcuoehpvghtvghrrdgvihhsvghnthhrrghuthesvghnthgvrh hprhhishgvuggsrdgtohhmqeenucggtffrrghtthgvrhhnpefhfeelfeeuveduvdffheej tdejjefglefhtddvffehledutedugeeffedtffffjeenucevlhhushhtvghrufhiiigvpe dtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehpvghtvghrrdgvihhsvghnthhrrghuthes vghnthgvrhhprhhishgvuggsrdgtohhm X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Fri, 20 Aug 2021 07:28:12 -0400 (EDT) Subject: Re: psql - add SHOW_ALL_RESULTS option To: Fabien COELHO Cc: "pgsql-hackers@lists.postgresql.org" References: <69C0B369-570C-4524-8EE4-BCCACECB6BEE@amazon.com> <20210412193301.GA11204@alvherre.pgsql> <3738387.1618451507@sss.pgh.pa.us> <451a2111-3757-c511-9413-8f8af531a167@enterprisedb.com> <18c78a01-4a34-9dd4-f78b-6860f1420c8e@enterprisedb.com> From: Peter Eisentraut Message-ID: <183d6be9-7290-9af1-ba88-9c44a5c0d4f8@enterprisedb.com> Date: Fri, 20 Aug 2021 13:28:10 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 22.07.21 16:58, Fabien COELHO wrote: > Here is the updated version (v8? I'm not sure what the right count is), > which works for me and for "make check", including some tests added for > uncovered paths. > > I included your tap test (thanks again!) with some more comments and > cleanup. The tap test had a merge conflict, so I fixed that and committed it separately. I was wondering about its portability, so it's good to sort that out separately from your main patch. There are already a few failures on the build farm right now, so let's see where this is heading.