diff options
author | Michael Paquier <michael@paquier.xyz> | 2018-12-05 10:02:47 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2018-12-05 10:02:47 +0900 |
commit | 99f9ccee510366a560df88088835e7e8d5066118 (patch) | |
tree | 58df5aff6b2239689592f585f1c99b2d45ec2c9e /doc/src | |
parent | f502fc88b3c8b4c619a4bcbb86c3225a699c1d45 (diff) | |
download | postgresql-99f9ccee510366a560df88088835e7e8d5066118.tar.gz postgresql-99f9ccee510366a560df88088835e7e8d5066118.zip |
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
Diffstat (limited to 'doc/src')
-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 7aada144179..40e4298cf4e 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -1868,7 +1868,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> |