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 1lW2J9-0003QQ-CG for pgsql-hackers@arkaria.postgresql.org; Mon, 12 Apr 2021 19:33:15 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1lW2J7-00031Y-Qt for pgsql-hackers@arkaria.postgresql.org; Mon, 12 Apr 2021 19:33:13 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lW2J6-00031R-QH for pgsql-hackers@lists.postgresql.org; Mon, 12 Apr 2021 19:33:13 +0000 Received: from out4-smtp.messagingengine.com ([66.111.4.28]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lW2J1-0004xu-Jw for pgsql-hackers@lists.postgresql.org; Mon, 12 Apr 2021 19:33:11 +0000 Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id 5D6055C019D; Mon, 12 Apr 2021 15:33:05 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute2.internal (MEProxy); Mon, 12 Apr 2021 15:33:05 -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:subject:to :x-me-proxy:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s= fm2; bh=uP8rz4PdgYNoNUCpOy4c1jCqvwBp7aiNyzU6mi9YDYw=; b=X6bB29zw 7tndo97sNvZFyzxjeyLLNMSnEnuOQvV+OpsWl3U+1mlsL3Ry6/cv/ozsEjOCK+CL 46sbVlJ01fKkEsegk5KdUeAlAL6fg55AXjv78UbNkODVN7tBr2aA7a8fgQmzEvEf sXLYTv//uS3baxzw/qHpVZNkB6PcUNrpxHeSGNjL80Nsyat3EEy4QUdR+bvvIQ4k zmivY9vd4aXyZY3eD6VVkaVpEGyBDeNhq+h6gNlUVRJ0+GdkzsZejatBZOkKSfZ7 zRY6jlyLMX0k1d15mjL07E2Eh3ftb9BiJuRAfYnW8KZv4WMZ9wrBozaIq7CkkQ8y qQJITqQ50FrPOQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrudekjedgudegtdcutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpeffhffvuffkgggtugfgjggfsehtkeertddtredunecuhfhrohhmpeetlhhv rghrohcujfgvrhhrvghrrgcuoegrlhhvhhgvrhhrvgesrghlvhhhrdhnohdqihhprdhorh hgqeenucggtffrrghtthgvrhhnpeeufffhjeeiueeuffegvddukeegledtveeivdeiueef ieeivefgteehueefteehvdenucfkphepudeltddrleehrdduledrleehnecuvehluhhsth gvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomheprghlvhhhvghrrhgvsegr lhhvhhdrnhhoqdhiphdrohhrgh X-ME-Proxy: Received: from perhan.alvh.no-ip.org (unknown [190.95.19.95]) by mail.messagingengine.com (Postfix) with ESMTPA id 26F931080054; Mon, 12 Apr 2021 15:33:04 -0400 (EDT) Received: by perhan.alvh.no-ip.org (Postfix, from userid 1000) id 4786D2A084F; Mon, 12 Apr 2021 15:33:01 -0400 (-04) Date: Mon, 12 Apr 2021 15:33:01 -0400 From: Alvaro Herrera To: "Bossart, Nathan" Cc: Tom Lane , Fabien COELHO , Peter Eisentraut , Michael Paquier , Julien Rouhaud , "shiy.fnst@fujitsu.com" , "pgsql-hackers@lists.postgresql.org" Subject: Re: psql - add SHOW_ALL_RESULTS option Message-ID: <20210412193301.GA11204@alvherre.pgsql> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <69C0B369-570C-4524-8EE4-BCCACECB6BEE@amazon.com> User-Agent: Mutt/1.10.1 (2018-07-13) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 2021-Apr-12, Bossart, Nathan wrote: > The following patch seems to resolve the issue, although I'll admit I > haven't dug into this too deeply. In any case, +1 for reverting the > patch for now. Please note that there's no "for now" about it -- if the patch is reverted, the only way to get it back is to wait for PG15. That's undesirable. A better approach is to collect all those bugs and get them fixed. There's plenty of time to do that. I, for one, would prefer to see the feature repaired in this cycle. -- Álvaro Herrera Valdivia, Chile