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 1n9iMr-000328-1U for pgsql-hackers@arkaria.postgresql.org; Tue, 18 Jan 2022 06:53:21 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1n9iMo-0004Lp-Q5 for pgsql-hackers@arkaria.postgresql.org; Tue, 18 Jan 2022 06:53:18 +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 1n9iMo-0004Lf-FC for pgsql-hackers@lists.postgresql.org; Tue, 18 Jan 2022 06:53:18 +0000 Received: from mail-pg1-x52b.google.com ([2607:f8b0:4864:20::52b]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1n9iMl-0003NA-V9 for pgsql-hackers@lists.postgresql.org; Tue, 18 Jan 2022 06:53:18 +0000 Received: by mail-pg1-x52b.google.com with SMTP id 133so8749159pgb.0 for ; Mon, 17 Jan 2022 22:53:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=ro0oi0aJA6zWv9j14IyeoRz/DWGDW7IKH+uNcn+24BA=; b=jjIQDUnr7pzLQmnzc6bxQp96g6yzGxCcyIRYu5pIWYrD79oHKwOv0M/QjUrg0tLP2q Sxu/pSV2jiN7pSnOFWi9R3p08BWnOeLLYl4wlXESWCMndyw0duw5SQi+4reZfSyt6wKq vAMBiraHlhB02dntp9BZyU1o71qXk0kBO6w2jNL5XCTJ6wbTepRB21AcOvL2Jb1ZbqBP DcujzOD9V7xEdGRSC5pmjWMVq024NGfx3oBBbwaz4oDaPNa1Sis8f0gdWUrNah+CrYY/ ijlvf/9XXbUTgnev70OoUdGbP1hnXeqr7Ua5akUvhOaZg9vOxPR6iTeFSCYAC1I91Haj dYqg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=ro0oi0aJA6zWv9j14IyeoRz/DWGDW7IKH+uNcn+24BA=; b=CXS2VReT0DqT5CQMMJi6WcE9ZXTSUbuJ+/yxPFP4nTht/mMx0T+LDTTWmWytOP+Xve CRuqWVzH32dmqF/3b+FaJhOCAmZGoRJyXn41NAL8iHYg2YvGHR+CFaOryMnVxixuze5S 2k4L2dGK6V2wR8I2pQ+dqoUVnP14r3WNcmpqv9Lqc3AlZ/eCrEx0D81yxV3Rlr+Efb+J 6D+5b7prDuq3pACZskIyvym0VxzhRwuqkFYcSvxnbSjQWB2dV9pmF3pYlHflxiggybcn /2Za5YyTaGvhNw00VcVQO0xaVdm06gqbvULpafLaOnogwmprpOPhRwDOJYOjcWrkL6li 7EaQ== X-Gm-Message-State: AOAM532H7iX7j9tFn/iY7TeqE/iXQOjf+jsGF9dgYF7gFaz8yldSWSkK pykpGqcdXoaJ4g+pv5RmG0RNDl5nhMHmhQ== X-Google-Smtp-Source: ABdhPJwrWfNcfRtl37lIXcyaSWmbPPFnKHQZeFLxNW7srYaauawwA1DUI9OfSbaKxTeAdXPqAM0nmQ== X-Received: by 2002:a63:8f09:: with SMTP id n9mr21952610pgd.308.1642488792730; Mon, 17 Jan 2022 22:53:12 -0800 (PST) Received: from jrouhaud (1-171-184-213.dynamic-ip.hinet.net. [1.171.184.213]) by smtp.gmail.com with ESMTPSA id u6sm14674494pfl.166.2022.01.17.22.53.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 17 Jan 2022 22:53:12 -0800 (PST) Date: Tue, 18 Jan 2022 14:53:09 +0800 From: Julien Rouhaud To: Justin Pryzby Cc: Nikolay Samokhvalov , pgsql-hackers@lists.postgresql.org Subject: Re: BUFFERS enabled by default in EXPLAIN (ANALYZE) Message-ID: <20220118065309.owxcnfpldwo6dbpz@jrouhaud> References: <20211115190954.GO17618@telsasoft.com> <20211202005820.GJ17618@telsasoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211202005820.GJ17618@telsasoft.com> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Hi, On Wed, Dec 01, 2021 at 06:58:20PM -0600, Justin Pryzby wrote: > > The attached patch series now looks like this (some minor patches are not > included in this list): This version of the patchset doesn't apply anymore: http://cfbot.cputube.org/patch_36_3409.log === Applying patches on top of PostgreSQL commit ID 4483b2cf29bfe8091b721756928ccbe31c5c8e14 === === applying patch ./0003-Make-explain-default-to-BUFFERS-TRUE.patch patching file doc/src/sgml/config.sgml Hunk #1 FAILED at 7615. 1 out of 1 hunk FAILED -- saving rejects to file doc/src/sgml/config.sgml.rej By the way, could you add versionning to the patchsets you send, e.g. git format-patch -vXXX. It would make it easier to know which version are used or discussed. I'm switching the CF entry to Waiting on Author.