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 1nbUJu-0005xq-7K for pgsql-hackers@arkaria.postgresql.org; Mon, 04 Apr 2022 21:33:06 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1nbUJt-0001kw-04 for pgsql-hackers@arkaria.postgresql.org; Mon, 04 Apr 2022 21:33:05 +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 1nbUJs-0001km-MS for pgsql-hackers@lists.postgresql.org; Mon, 04 Apr 2022 21:33:04 +0000 Received: from out3-smtp.messagingengine.com ([66.111.4.27]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nbUJj-00027T-HL for pgsql-hackers@lists.postgresql.org; Mon, 04 Apr 2022 21:33:03 +0000 Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 0C9825C0505; Mon, 4 Apr 2022 17:32:54 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 04 Apr 2022 17:32:54 -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:references:reply-to:sender:subject :subject:to:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=FvjNLng4izLkpmOhWyOqBKrZuyndr/a6vJROprssR pg=; b=a1iP44ck3co228B9GKb/K2n2zuNIn3KviqkAu5MXb51i9/xDiymhxitMo ilPz+nIKQ8dbrKVoTe/AJ44cys7DG49lKrdzB0FN6FlAL2X1S335154HC7jUEslm Y/WRmfc0A48lYmhW42rX+fDbEc/qLU6iGzjio5Db6prL4znwZ1D59DZ4PUIPkkcN a78RJdNQCgH6sMM+DtimNuzud8yoClZAR5fzNWgliMkaiXfB3PcuV/vNyvL5/ivT eExsu6xzmr/y+7Fhv+aMOzDXsm7u/8XXCim2bWAw1KLoBsiNYB36EAV9ONAfJMdp qEPGdQCSCQPVdcQXQ2ZiRaValZRMw== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvvddrudejfecutefuodetggdotefrodftvfcurf hrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecuuegr ihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjug hrpefkffggfgfuvfhfhfgjtgfgsehtjeertddtfeejnecuhfhrohhmpefrvghtvghrucfg ihhsvghnthhrrghuthcuoehpvghtvghrrdgvihhsvghnthhrrghuthesvghnthgvrhhprh hishgvuggsrdgtohhmqeenucggtffrrghtthgvrhhnpeefjeegheetuefhveevudelueef tdejteeiffetvdduhfdtieefgfeutedtveeggfenucevlhhushhtvghrufhiiigvpedtne curfgrrhgrmhepmhgrihhlfhhrohhmpehpvghtvghrrdgvihhsvghnthhrrghuthesvghn thgvrhhprhhishgvuggsrdgtohhm X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Mon, 4 Apr 2022 17:32:52 -0400 (EDT) Message-ID: <8441a96a-5db0-6f41-1d23-7018811e2c87@enterprisedb.com> Date: Mon, 4 Apr 2022 23:32:50 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Subject: Re: psql - add SHOW_ALL_RESULTS option Content-Language: en-US To: Fabien COELHO Cc: "pgsql-hackers@lists.postgresql.org" References: <18c78a01-4a34-9dd4-f78b-6860f1420c8e@enterprisedb.com> <20220113054433.wdjhidtm7gvyhfts@alap3.anarazel.de> <805c0496-d60d-802b-3d61-73fed38dea16@enterprisedb.com> <63350f81-6a43-f536-24e6-b30f48797732@enterprisedb.com> <9621d9b8-6e27-ba1a-069e-c44a0dd3a7ba@enterprisedb.com> From: Peter Eisentraut 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 02.04.22 15:26, Fabien COELHO wrote: > >>> Again, after the SendQuery refactoring extraction. >> >> I'm doing this locally, so don't feel obliged to send more of these. ;-) > > Good for me :-) This has been committed. I reduced some of your stylistic changes in order to keep the surface area of this complicated patch small. We can apply some of those later if you are interested. Right now, let's let it settle a bit.