diff options
author | Michael Paquier <michael@paquier.xyz> | 2018-12-05 10:03:01 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2018-12-05 10:03:01 +0900 |
commit | db35e959bbbddaf01c9aa1060ef60b34520e021d (patch) | |
tree | cfa48afc7c9e549e3a348d655499fbae783a35de | |
parent | 764b0539b9751a9b9995cf070463cb2a3ec61777 (diff) |
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
-rw-r--r-- | doc/src/sgml/monitoring.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 1c478d7f821..45da4a2bb78 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -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 <literal>synchronous_commit</literal> level - <literal>remote_flush</literal> incurred while committing if this + <literal>on</literal> incurred while committing if this server was configured as a synchronous standby.</entry> </row> <row> |