pgsql: Fix invalid value of synchronous_commit in description of flush_

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix invalid value of synchronous_commit in description of flush_
Date: 2018-12-05 01:04:20
Message-ID: E1gULbw-0000i8-7M@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix invalid value of synchronous_commit in description of flush_lag

"remote_flush" has never been a valid user-facing value, but "on" is.

Author: Maksim Milyutin
Discussion: https://postgr.es/m/27b3b80c-3615-2d76-02c5-44566b53136c@gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/99f9ccee510366a560df88088835e7e8d5066118

Modified Files
--------------
doc/src/sgml/monitoring.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2018-12-05 16:38:02 pgsql: Don't mark partitioned indexes invalid unnecessarily
Previous Message Andres Freund 2018-12-04 20:50:06 Re: reducing isolation tests runtime