1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-27 22:56:53 +03:00

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:03:01 +09:00
parent 764b0539b9
commit db35e959bb

View 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 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>