Skip to content

Commit db35e95

Browse files
committed
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
1 parent 764b053 commit db35e95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/monitoring.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1778,7 +1778,7 @@ SELECT pid, wait_event_type, wait_event FROM pg_stat_activity WHERE wait_event i
17781778
notification that this standby server has written and flushed it
17791779
(but not yet applied it). This can be used to gauge the delay that
17801780
<literal>synchronous_commit</literal> level
1781-
<literal>remote_flush</literal> incurred while committing if this
1781+
<literal>on</literal> incurred while committing if this
17821782
server was configured as a synchronous standby.</entry>
17831783
</row>
17841784
<row>

0 commit comments

Comments
 (0)