Re: pgsql: Reduce log level of some logical decoding messages from LOG to D

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: pgsql: Reduce log level of some logical decoding messages from LOG to D
Date: 2026-04-07 06:08:51
Message-ID: CAHGQGwFXUcasXgcCKs18YVr8ZF8YyOcggcwvUm7h-J7KWgcwPQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Tue, Apr 7, 2026 at 12:54 PM Fujii Masao <masao(dot)fujii(at)gmail(dot)com> wrote:
>
> On Tue, Apr 7, 2026 at 12:33 PM Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> wrote:
> > The other possibility is to use AmRegularBackendProcess() to decide
> > the log_level in this case.
>
> Yes, that makes sense.

I've updated the patch to use AmRegularBackendProcess(). Patch attached.

Regards,

--
Fujii Masao

Attachment Content-Type Size
v2-0001-Adjust-log-level-of-logical-decoding-messages-by-.patch application/octet-stream 4.9 KB

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2026-04-07 06:25:19 pgsql: Mark JumbleState as a const in the post_parse_analyze hook
Previous Message John Naylor 2026-04-07 04:38:49 pgsql: Split CREATE STATISTICS error reasons out into errdetails

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2026-04-07 06:11:32 Re: DOCS: typo on CLUSTER page
Previous Message Bertrand Drouvot 2026-04-07 06:06:17 Re: meson: Adjust test timeout for Valgrind builds