Re: pgsql: Add function to log the memory contexts of specified backend pro

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Artem Gavrilov <artem(dot)gavrilov(at)percona(dot)com>, Fujii Masao <masao(dot)fujii(at)oss(dot)nttdata(dot)com>, torikoshia <torikoshia(at)oss(dot)nttdata(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: pgsql: Add function to log the memory contexts of specified backend pro
Date: 2025-12-19 03:17:01
Message-ID: CAHGQGwESyGxT_9611RhjZ5HkNx8WOf4r0Gr-bK2tWiAh2A9=VA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Tue, Dec 16, 2025 at 12:07 AM Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
>
> On Mon, Dec 8, 2025 at 2:32 PM Artem Gavrilov
> <artem(dot)gavrilov(at)percona(dot)com> wrote:
> > I did your patch review. It successfully applies to all targeted branches: REL_14_STABLE (48969555447), REL_15_STABLE (b9a02b9780b), REL_16_STABLE (4d689a17693), REL_17_STABLE (cad40cec24f), REL_18_STABLE (5278222853c) and master (d0d0ba6cf66). All tests successfully pass on MacOS 15.7 for every revision. Everything seems fine with the patch, I think it's ready for committer.
>
> LGTM, too.

Thanks to both of you for the review! I've pushed the patch.

Regards,

--
Fujii Masao

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2025-12-19 05:34:06 pgsql: Fix typos in gininsert.c
Previous Message Fujii Masao 2025-12-19 03:11:25 pgsql: Add guard to prevent recursive memory context logging.

Browse pgsql-hackers by date

  From Date Subject
Next Message Zhijie Hou (Fujitsu) 2025-12-19 03:19:15 RE: Assertion failure in SnapBuildInitialSnapshot()
Previous Message Fujii Masao 2025-12-19 03:16:00 Re: Fix wrong reference in pg_overexplain's doc