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
- flush_lag_fix.patch (text/x-patch) patch
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
-
Fix invalid value of synchronous_commit in description of flush_lag
- db35e959bbbd 10.7 landed
- 367f362b2d90 11.2 landed
- 99f9ccee5103 12.0 landed