Be clear about what log_checkpoints emits in the documentation

From: Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Be clear about what log_checkpoints emits in the documentation
Date: 2021-12-23 15:26:22
Message-ID: CALj2ACWEuNcK=6EvrrZ3BjLWyiO9BAyg6Lf9aW1KgS5EfHeUGQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Currently the documentation of the log_checkpoints GUC says the following:

Some statistics are included in the log messages, including the number
of buffers written and the time spent writing them.

Usage of the word "Some" makes it a vague statement. Why can't we just
be clear about what statistics the log_checkpoints GUC can emit, like
the attached patch?

Thoughts?

Regards,
Bharath Rupireddy.

Attachment Content-Type Size
v1-0001-Be-clear-about-what-log_checkpoints-emits-in-the-.patch application/octet-stream 1.5 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Euler Taveira 2021-12-23 15:43:02 Re: correct the sizes of values and nulls arrays in pg_control_checkpoint
Previous Message Daniel Verite 2021-12-23 15:11:40 Re: Are datcollate/datctype always libc even under --with-icu ?