Re: [PATCH] Expose checkpoint reason to completion log messages.

From: Soumya S Murali <soumyamurali(dot)work(at)gmail(dot)com>
To: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Cc: Michael Banck <mbanck(at)gmx(dot)net>, VASUKI M <vasukianand0119(at)gmail(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Álvaro Herrera <alvherre(at)kurilemu(dot)de>, melanieplageman(at)gmail(dot)com, juanjo(dot)santamaria(at)gmail(dot)com
Subject: Re: [PATCH] Expose checkpoint reason to completion log messages.
Date: 2026-02-20 05:25:48
Message-ID: CAMtXxw8MfOv2MY4-FmfUo2MZxJZX09ipxDY-0gRfAETgLqYG4g@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi all,

On Thu, Feb 19, 2026 at 8:27 PM Fujii Masao <masao(dot)fujii(at)gmail(dot)com> wrote:
>
> On Tue, Feb 17, 2026 at 7:47 PM Soumya S Murali
> <soumyamurali(dot)work(at)gmail(dot)com> wrote:
> > Thank you very much for refining the implementation and simplifying
> > the flag construction logic using snprintf(). I have reviewed the
> > committed changes and verified that the formatting and behavior are
> > consistent and correct. The updated approach is clear and aligns well
> > with PostgreSQL coding style. I also appreciate the improvements made
> > to the commit message as it clearly explains the motivation and makes
> > the change easy to understand in context.
>
> I've pushed the patch. Thanks!
>

Thank you so much for pushing the patch. I truly appreciate your
guidance and the detailed review throughout this process. It has been
a valuable learning experience.
Thank you.

Regards,
Soumya

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Ashutosh Sharma 2026-02-20 05:26:09 Re: Skipping schema changes in publication
Previous Message Amit Kapila 2026-02-20 05:18:28 Re: [PATCH] Support automatic sequence replication