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 1tDsee-003nru-IA for pgsql-hackers@arkaria.postgresql.org; Wed, 20 Nov 2024 21:54:32 +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 1tDsec-009MO1-UE for pgsql-hackers@arkaria.postgresql.org; Wed, 20 Nov 2024 21:54:30 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tDsec-009MNt-2p for pgsql-hackers@lists.postgresql.org; Wed, 20 Nov 2024 21:54:30 +0000 Received: from relay3-d.mail.gandi.net ([2001:4b98:dc4:8::223]) by magus.postgresql.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tDseZ-00307I-Ck for pgsql-hackers@postgresql.org; Wed, 20 Nov 2024 21:54:29 +0000 Received: by mail.gandi.net (Postfix) with ESMTPSA id 2980F60004; Wed, 20 Nov 2024 21:54:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=postgresfriends.org; s=gm1; t=1732139665; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=MP1bZV7npj/ml9YsEXo1xu6XT4XXzrlEgIZagAwiTrs=; b=P/sZxsBZMoLv8x9OLB2ZGrdiQsjcMgQC67FxtBF3Uf6WAibNrKNeJBA4+ZHe1ADmL4orSQ f6QegVC4Ds9DeC89flQ5a19GCq3C3Abodbh9NfUlOjdHO9Oka7GudAx8h3QHgNzkKxPmT9 VNZYCs3Ni2pzhBOzEGePRLaXTMBwjWmnA7GnoGGrz/3LXOeEVh9MbZC71qfUwS6oIpYXEw aoUabYUJKEBeL5I0P/gPiiCX/e8ndGnCPaHxoVcuhdAG8qdwQlm2CutMAw22YmmUmhApD1 aW1nCCwDsw2JMLaqwHaRXIaMCQ5KWtzlyi9qlf6mNxVELDNoiuPLNCQpac3wOw== Message-ID: Date: Wed, 20 Nov 2024 22:54:23 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: Proposals for EXPLAIN: rename ANALYZE to EXECUTE and extend VERBOSE To: David Rowley , Guillaume Lelarge Cc: Greg Sabino Mullane , Robert Haas , Michael Christofides , "David G. Johnston" , Nikolay Samokhvalov , Tom Lane , pgsql-hackers@postgresql.org References: Content-Language: en-US From: Vik Fearing In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-GND-Sasl: vik@postgresfriends.org List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 20/11/2024 22:22, David Rowley wrote: > On Thu, 21 Nov 2024 at 08:30, Guillaume Lelarge wrote: >> OK, I'm fine with this. v4 patch attached with one plan showing read, written, and dirtied buffers. > I think this might be a good time for anyone out there who is against > turning on BUFFERS when ANALYZE is on to speak up. > > Votes for changing this so far seem to be: Me, Michael Christofides, > Guillaume Lelarge, Robert, Greg Sabino Mullane, and David Fetter (from > 2020) [1]. Add me to the pro list, please. https://www.postgresql.org/message-id/b3197ba8-225f-f53c-326d-5b1756c77c3e@postgresfriends.org -- Vik Fearing