Fix links to pg_stat_replication and definition of checkpoint_warning GUC
Hello everyone!
I have noticed that in documentation for PG versions before 11devel some
*pg_stat_replication/* /links refer to *collected statistic views* table
instead of itself definition. Fixes for version 10.2 are gathered in
fix_pg_stat_replication_links_doc.patch
Also I am confused by the definition of *checkpoint_warning* parameter,
namely the phrase "caused by the filling of checkpoint segment files". I
think the word "checkpoint" is unnecessary here. I tried to rephrase
this definition in fix_checkpoint_warning_definition_doc.patch.
--
Regards,
Maksim Milyutin
On 2/19/18 05:25, Maksim Milyutin wrote:
I have noticed that in documentation for PG versions before 11devel some
*pg_stat_replication/* /links refer to *collected statistic views* table
instead of itself definition. Fixes for version 10.2 are gathered in
fix_pg_stat_replication_links_doc.patch
This was due to a reorganization of the documentation in 9.5, so the
links became outdated. Fixed.
Also I am confused by the definition of *checkpoint_warning* parameter,
namely the phrase "caused by the filling of checkpoint segment files". I
think the word "checkpoint" is unnecessary here. I tried to rephrase
this definition in fix_checkpoint_warning_definition_doc.patch.
This was more appropriate when the related parameter was called
checkpoint_segments, but now it indeed seems confusing. Also fixed.
--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services