Re: First draft of PG 17 release notes - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: First draft of PG 17 release notes
Date
Msg-id ZlMuMWTqdNJjzw9-@momjian.us
Whole thread Raw
In response to Re: First draft of PG 17 release notes  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
List pgsql-hackers
On Sun, May 26, 2024 at 10:10:00AM +0200, Álvaro Herrera wrote:
> On 2024-May-25, Bruce Momjian wrote:
> 
> > On Thu, May 23, 2024 at 01:22:51PM +0200, Álvaro Herrera wrote:
> 
> > > Can we make them a single item?  Maybe something like
> > > 
> > > : Improve reset routines for shared statistics (Atsushi Torikoshi, Bharath Rupireddy)
> > > :
> > > : Resetting all shared statistics can now be done with
> > > : pg_stat_reset_shared() or pg_stat_reset_shared(NULL), while SLRU
> > > : statistics can now be reset with pg_stat_reset_shared('slru'),
> > > : pg_stat_reset_slru() and pg_stat_reset_slru(NULL).
> > 
> > Andres already suggested improvement for this, and I posted the applied
> > patch.  Can you see if that is good or can be improved?  Thanks.
> 
> Yeah, looks good, thanks.

Wow, that's great.  My head started to spin trying to make sense of how
those three entries connected.  Glad we were able to condense them, and
the new result is easier to read.

-- 
  Bruce Momjian  <bruce@momjian.us>        https://momjian.us
  EDB                                      https://enterprisedb.com

  Only you can decide what is important to you.



pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Improving tracking/processing of buildfarm test failures
Next
From: Jelte Fennema-Nio
Date:
Subject: DISCARD ALL does not force re-planning of plpgsql functions/procedures