Add CHECKPOINT_REQUESTED flag to the log message in LogCheckpointStart()

From: Nitin Jadhav <nitinjadhavpostgres(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Add CHECKPOINT_REQUESTED flag to the log message in LogCheckpointStart()
Date: 2022-03-02 12:10:28
Message-ID: CAMm1aWZRvUaU0KXbWNtOsNPUp1GJgJ2AL6p33p-_is+Cge_LfA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I have noticed that the CHECKPOINT_REQUESTED flag information is not
present in the log message of LogCheckpointStart() function. I would
like to understand if it was missed or left intentionally. The log
message describes all the possible checkpoint flags except
CHECKPOINT_REQUESTED flag. I feel we should support this. Thoughts?

Please find the patch attached.

Thanks & Regards,
Nitin Jadhav

Attachment Content-Type Size
v1-0001-add-checkpoint_requested-flag-to-the-log-message.patch application/octet-stream 2.2 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Gustafsson 2022-03-02 12:11:27 Re: Commitfest 2022-03 Patch Triage Part 1a.i
Previous Message Tomas Vondra 2022-03-02 11:45:30 Re: row filtering for logical replication