Fix links to pg_stat_replication and definition of checkpoint_warning GUC
Hackorum builds and tests every patch posted to the lists, not only commitfest submissions. This is Hackorum's own CI rather than the PostgreSQL project's, and it is still under testing - please report anything that looks wrong.
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