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.96) (envelope-from ) id 1wB80C-000lNe-0T for pgsql-hackers@arkaria.postgresql.org; Fri, 10 Apr 2026 09:18:13 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wB80A-00Atze-1h for pgsql-hackers@arkaria.postgresql.org; Fri, 10 Apr 2026 09:18:11 +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.96) (envelope-from ) id 1wB80A-00AtzW-0G for pgsql-hackers@lists.postgresql.org; Fri, 10 Apr 2026 09:18:11 +0000 Received: from ewsoutbound.kpnmail.nl ([195.121.94.168]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wB808-00000000KQm-39Ed for pgsql-hackers@postgresql.org; Fri, 10 Apr 2026 09:18:10 +0000 X-KPN-MessageId: 2fd1efe1-34be-11f1-92a9-005056aba152 Received: from smtp.kpnmail.nl (unknown [10.31.155.38]) by ewsoutbound.so.kpn.org (Halon) with ESMTPS id 2fd1efe1-34be-11f1-92a9-005056aba152; Fri, 10 Apr 2026 11:18:07 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=xs4all.nl; s=xs4all01; h=content-type:subject:from:to:mime-version:date:message-id; bh=XnRdSkEtb2HZqnGwwMCGT3WK8ShNKjtWM/zyJ97Q+dw=; b=JZZ2zRHRhYNpdX7Sgd5/E5xbBlBxa4okwAOipOHzdr/DAn5Vb20Yry62/2qvqSbbkwFuxEDrMIUTF vypun442ORQ0Wg74taSC99w31NHh8qtS/bKJdztfJGG/nZOv6Ly5vdTmK/MugS6Dpn/aKJiX4qVQd2 Qv5ZblE7s/fKzf/VRKcWDJormd0wLtcBOxQPRZWZFMs/ax82laF12j1m9oVAX/0YPQjkubMnOdE9s7 a6Q+OETceFsN5Najgkk0SiYXfYXovuHREt8HhGcfD/dKyTy3L56JRLOsUAshSF2LKhQD+0q3Uf3BQq GbvRrfbdABOJa9dlVAaaP6767HvKa/w== X-KPN-MID: 33|8DZWRDjb6BReonCM+yfrlDPZMm/vjdHKxFTLeeafDGJpNRgfgU1wAT4mvFXdqgE hHK/st44p+X+IOpznxol05uUTbyZDQAFo9tEv8i0KSbc= X-KPN-VerifiedSender: Yes X-CMASSUN: 33|/8GAXoxt9XMk+Agb7mxqZY/ua7v53EOAKhhWsPb4oy4ElrwP0M8eYokv8t2pQqV /Ogqv9C7J4i8OgCRoa2h1mg== X-Originating-IP: 82.151.32.167 Received: from [192.168.178.20] (unknown [82.151.32.167]) by smtp.xs4all.nl (Halon) with ESMTPSA id 2c5fd64a-34be-11f1-a6cc-005056abf0db; Fri, 10 Apr 2026 11:18:07 +0200 (CEST) Message-ID: <8912b2e5-ccad-4cbd-ab53-869b0b9ecec5@xs4all.nl> Date: Fri, 10 Apr 2026 11:18:01 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: en-US To: PostgreSQL Hackers , Robert Haas From: Erik Rijkers Subject: pg_stash_advice doc 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 Hi, The pg_stash_advice doc ( doc/src/sgml/pgstashadvice.sgml ) contains this sentence: "This means both that it is important to be mindful of memory consumption when deciding how much plan advice to stash." It seems to me 'both' should be 'also', or maybe just dropped. Thanks, Erik