Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 367f362

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 19516af commit 367f362

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
@@ -1860,7 +1860,7 @@ SELECT pid, wait_event_type, wait_event FROM pg_stat_activity WHERE wait_event i
18601860
notification that this standby server has written and flushed it
18611861
(but not yet applied it). This can be used to gauge the delay that
18621862
<literal>synchronous_commit</literal> level
1863-
<literal>remote_flush</literal> incurred while committing if this
1863+
<literal>on</literal> incurred while committing if this
18641864
server was configured as a synchronous standby.</entry>
18651865
</row>
18661866
<row>

0 commit comments

Comments
 (0)