Fix invalid value of synchronous_commit in description of flush_lag
authorMichael Paquier
Wed, 5 Dec 2018 01:03:01 +0000 (10:03 +0900)
committerMichael Paquier
Wed, 5 Dec 2018 01:03:01 +0000 (10:03 +0900)
"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

doc/src/sgml/monitoring.sgml

index 1c478d7f82198d39234c60975588a1187c6471e8..45da4a2bb7826f5bdd03e2f26e8fd1941559ce7b 100644 (file)
@@ -1778,7 +1778,7 @@ SELECT pid, wait_event_type, wait_event FROM pg_stat_activity WHERE wait_event i
       notification that this standby server has written and flushed it
       (but not yet applied it).  This can be used to gauge the delay that
       synchronous_commit level
-      remote_flush incurred while committing if this
+      on incurred while committing if this
       server was configured as a synchronous standby.