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 1s9unS-005ykT-1u for pgsql-hackers@arkaria.postgresql.org; Wed, 22 May 2024 22:50:59 +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 1s9unR-004o0C-PD for pgsql-hackers@arkaria.postgresql.org; Wed, 22 May 2024 22:50:57 +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 1s9unR-004o03-Fo for pgsql-hackers@lists.postgresql.org; Wed, 22 May 2024 22:50:57 +0000 Received: from momjian.us ([72.94.173.45]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1s9unO-000H5k-EX for pgsql-hackers@postgresql.org; Wed, 22 May 2024 22:50:56 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=momjian.us; s=2024011501; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description; bh=x6HKeQPYsxARD9cpgp0m/Ym7CHbEsVgAewvrzFCoLrk=; b=S7wyt AGn3Fp7LBFSXIqUE9/Egrka16EaGtkUuYz+hK9jaaX6FXZU/mDA+2N4Wf8kffemPTFQipMmJOQ/VD XKQPQGBhPt0C/h7uKsqiFcs9KHPsoVpx9ezrnZzKUPF98gaC9xrSbXq54W3Ffnm+/c0CA6DpunlXV BZi29EGZdzdJDh+cOzwM/nFaOd2kqxxcXx6kdXBp68j0wvS69NjL7U/20+/y1Pr+WZgm3DlocqnlD ptlpM6WtOOrZnfJznRXPF3AdoKGUCBlFL5UaQFdWArnRym1cGWOxwvoKmuH0qm24sgn5JY5XdmYgf HLHZmsdamLSXB0dne0sA75ap2D71w==; Received: from bruce by momjian.us with local (Exim 4.96) (envelope-from ) id 1s9unN-0011WF-07; Wed, 22 May 2024 18:50:53 -0400 Date: Wed, 22 May 2024 18:50:53 -0400 From: Bruce Momjian To: torikoshia Cc: PostgreSQL-development Subject: Re: First draft of PG 17 release notes Message-ID: References: <8ab708436c369d47fcbb23a8ad775ea7@oss.nttdata.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8ab708436c369d47fcbb23a8ad775ea7@oss.nttdata.com> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Wed, May 22, 2024 at 09:25:41PM +0900, torikoshia wrote: > Thanks for working on this as always. > > > Allow pg_stat_reset_shared("slru") to clear SLRU statistics (Atsushi > Torikoshi) > > > Considering someone may copy and paste this, 'slru' is better than "slru", > isn't it? > I also found an older release note[1] used single quotes for this like: > > Add pg_stat_reset_shared('bgwriter') to reset the cluster-wide shared > statistics for the background writer (Greg Smith) Agreed, patch applied, thanks. -- Bruce Momjian https://momjian.us EDB https://enterprisedb.com Only you can decide what is important to you.