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-18T09:45:39Z
Lists: pgsql-hackers
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! Regards, -- Fujii Masao Advanced Computing Technology Center Research and Development Headquarters NTT DATA CORPORATION
Commits
-
doc: Fix memory context level in pg_log_backend_memory_contexts() example.
- 706cbed35103 18.0 landed
-
Make levels 1-based in pg_log_backend_memory_contexts()
- d9e03864b6b4 18.0 landed
-
Add path column to pg_backend_memory_contexts view
- 32d3ed8165f8 18.0 cited