Re: Align memory context level numbering in pg_log_backend_memory_contexts()

Fujii Masao <masao.fujii@oss.nttdata.com>

From: Fujii Masao <masao.fujii@oss.nttdata.com>
To: David Rowley <dgrowleyml@gmail.com>
Cc: Rahila Syed <rahilasyed90@gmail.com>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2025-04-21T05:59:28Z
Lists: pgsql-hackers

On 2025/04/18 18:45, Fujii Masao wrote:
> 
> 
> On 2025/04/18 18:23, David Rowley wrote:
>> On Fri, 18 Apr 2025 at 20:54, Fujii Masao <masao.fujii@oss.nttdata.com> wrote:
>>> Shouldn't the example output of pg_log_backend_memory_contexts() in
>>> the documentation also be updated to use 1-based numbering for consistency?
>>> Patch attached.
>>
>> Yeah. I failed to notice we had an example of the output.
>>
>> Want to take care of it?
> 
> Yeah, I will if you're okay with that!

Pushed. Thanks!

Regards,

-- 
Fujii Masao
Advanced Computing Technology Center
Research and Development Headquarters
NTT DATA CORPORATION




Commits

  1. doc: Fix memory context level in pg_log_backend_memory_contexts() example.

  2. Make levels 1-based in pg_log_backend_memory_contexts()

  3. Add path column to pg_backend_memory_contexts view