Re: PG 13 release notes, first draft - Mailing list pgsql-hackers

From Justin Pryzby
Subject Re: PG 13 release notes, first draft
Date
Msg-id 20200505184537.GC28974@telsasoft.com
Whole thread Raw
In response to Re: PG 13 release notes, first draft  (Bruce Momjian <bruce@momjian.us>)
Responses Re: PG 13 release notes, first draft  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
On Tue, May 05, 2020 at 02:10:24PM -0400, Bruce Momjian wrote:
> > > > | This is controlled by GUC wal_skip_threshold. 
> > > > I think you should say that's a size threshold which determines which strategy
> > > > to use (WAL or fsync).
> > > 
> > > I went with:
> > >     The WAL write amount where this happens is controlled by wal_skip_threshold.
> > >
> > > They can use the doc link if they want more detail.
> > 
> > I guess I would say "relations larger than wal_skip_threshold will be fsynced
> > rather than copied to WAL"
> 
> How is this?
> 
>     Relations larger than wal_skip_threshold will have their files fynsced
>     rather than writing their WAL records.

I see I was too late, but:

Fix typo (fynsc) and maybe add parens().

-- 
Justin



pgsql-hackers by date:

Previous
From: Jeff Davis
Date:
Subject: Re: PG 13 release notes, first draft
Next
From: Julien Rouhaud
Date:
Subject: Re: WAL usage calculation patch