slight grammar error

Started by PG Bug reporting formalmost 8 years ago2 messagesdocs
Jump to latest
#1PG Bug reporting form
noreply@postgresql.org

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/10/static/wal-configuration.html
Description:

The sentence:

"This setting will often help to reduce transaction latency, but it also can
an adverse effect on performance"

should be:

"This setting will often help to reduce transaction latency, but it also can
have an adverse effect on performance"

in the version 10 wal-configuration.html documentation.

#2Michael Paquier
michael@paquier.xyz
In reply to: PG Bug reporting form (#1)
Re: slight grammar error

On Fri, Jun 08, 2018 at 10:46:33PM +0000, PG Doc comments form wrote:

The sentence:

"This setting will often help to reduce transaction latency, but it also can
an adverse effect on performance"

should be:

"This setting will often help to reduce transaction latency, but it also can
have an adverse effect on performance"

Indeed. Thanks Christopher for the report! Fixed and back-patched down
to 9.6 where checkpoint_flush_after has been introduced.
--
Michael