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
This commit is contained in:
Michael Paquier 2018-12-05 10:02:55 +09:00
parent 19516afdf1
commit 367f362b2d

View File

@ -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 notification that this standby server has written and flushed it
(but not yet applied it). This can be used to gauge the delay that (but not yet applied it). This can be used to gauge the delay that
<literal>synchronous_commit</literal> level <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> server was configured as a synchronous standby.</entry>
</row> </row>
<row> <row>