diff options
author | Michael Paquier | 2018-12-05 01:02:55 +0000 |
---|---|---|
committer | Michael Paquier | 2018-12-05 01:02:55 +0000 |
commit | 367f362b2d902de1c8f265639980ae001a4307e8 (patch) | |
tree | ce33edc78fad1c8ad6bca0fcb8c133f4a04f1d90 | |
parent | 19516afdf167aeaf9e95edf7c5a105bb16f8914c (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/[email protected]
-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 81de901be0..c3d6f22f3b 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -1860,7 +1860,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> |