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 1tFiG1-00FIO4-3s for pgsql-hackers@arkaria.postgresql.org; Mon, 25 Nov 2024 23:12:41 +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 1tFiFz-001fea-Qw for pgsql-hackers@arkaria.postgresql.org; Mon, 25 Nov 2024 23:12:39 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tFiFz-001feM-Gl for pgsql-hackers@lists.postgresql.org; Mon, 25 Nov 2024 23:12:39 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tFiFw-003ldK-Vo for pgsql-hackers@postgresql.org; Mon, 25 Nov 2024 23:12:38 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 4APNCXLx1558997; Mon, 25 Nov 2024 18:12:33 -0500 From: Tom Lane To: David Rowley cc: Robert Haas , Guillaume Lelarge , Greg Sabino Mullane , Michael Christofides , "David G. Johnston" , Nikolay Samokhvalov , pgsql-hackers@postgresql.org Subject: Re: Proposals for EXPLAIN: rename ANALYZE to EXECUTE and extend VERBOSE In-reply-to: References: <3076356.1730831425@sss.pgh.pa.us> Comments: In-reply-to David Rowley message dated "Tue, 26 Nov 2024 11:52:34 +1300" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1558995.1732576353.1@sss.pgh.pa.us> Date: Mon, 25 Nov 2024 18:12:33 -0500 Message-ID: <1558996.1732576353@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk David Rowley writes: > There are still no votes against it, so unless some come in, I plan to > start looking at the patches proposed to turn buffers on with analyze > with my committer hat on. I'm kind of -0.5, but I'd not bothered to vote because it was pretty clear what the result was going to be. regards, tom lane