Typo in description of replay_lag attribute in pg_stat_replication view

Maksim Milyutin <milyutinma@gmail.com>

From: Maksim Milyutin <milyutinma@gmail.com>
To: pgsql-docs@lists.postgresql.org
Date: 2018-12-03T15:18:30Z
Lists: pgsql-docs

Attachments

Hello!


I have noticed that in description of *flush_lag* in pg_stat_replication 
view 
(https://www.postgresql.org/docs/current/monitoring-stats.html#PG-STAT-REPLICATION-VIEW) 
there exists unknown value of synchronous_commit parameter - 
*remote_flush*. I think it was meant to use the value *on*.

Small patch is attached.

-- 
Regards, Maksim Milyutin

Commits

  1. Fix invalid value of synchronous_commit in description of flush_lag