Fix links to pg_stat_replication and definition of checkpoint_warning GUC

Started by Maksim Milyutinabout 8 years ago2 messagesdocs
Jump to latest
#1Maksim Milyutin
milyutinma@gmail.com

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

Attachments:

fix_checkpoint_warning_definition_doc.patchtext/x-patch; name=fix_checkpoint_warning_definition_doc.patchDownload+2-2
fix_pg_stat_replication_links_doc.patchtext/x-patch; name=fix_pg_stat_replication_links_doc.patchDownload+6-6
#2Peter Eisentraut
peter_e@gmx.net
In reply to: Maksim Milyutin (#1)
Re: Fix links to pg_stat_replication and definition of checkpoint_warning GUC

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