Re: pg_log_backend_memory_contexts() and log level

2022-01-27 Thread Fujii Masao
On 2022/01/27 12:45, Fujii Masao wrote: Thanks for the review! So barring any objection, I will commit the patch and backport it to v14 where pg_log_backend_memory_contexts() is added. Pushed. Thanks! Regards, -- Fujii Masao Advanced Computing Technology Center Research and Development He

Re: pg_log_backend_memory_contexts() and log level

2022-01-26 Thread Fujii Masao
On 2022/01/26 14:28, torikoshia wrote: On 2022-01-26 13:17, Fujii Masao wrote: Hi, pg_log_backend_memory_contexts() should be designed not to send the messages about the memory contexts to the client regardless of client_min_messages. But I found that the message "logging memory contexts of

Re: pg_log_backend_memory_contexts() and log level

2022-01-26 Thread Fujii Masao
On 2022/01/26 14:27, Bharath Rupireddy wrote: On Wed, Jan 26, 2022 at 10:46 AM Bharath Rupireddy wrote: On Wed, Jan 26, 2022 at 9:48 AM Fujii Masao wrote: Hi, pg_log_backend_memory_contexts() should be designed not to send the messages about the memory contexts to the client regardless

Re: pg_log_backend_memory_contexts() and log level

2022-01-25 Thread torikoshia
On 2022-01-26 13:17, Fujii Masao wrote: Hi, pg_log_backend_memory_contexts() should be designed not to send the messages about the memory contexts to the client regardless of client_min_messages. But I found that the message "logging memory contexts of PID %d" can be sent to the client because i

Re: pg_log_backend_memory_contexts() and log level

2022-01-25 Thread Bharath Rupireddy
On Wed, Jan 26, 2022 at 10:46 AM Bharath Rupireddy wrote: > > On Wed, Jan 26, 2022 at 9:48 AM Fujii Masao > wrote: > > > > Hi, > > > > pg_log_backend_memory_contexts() should be designed not to send the > > messages about the memory contexts to the client regardless of > > client_min_messages.

Re: pg_log_backend_memory_contexts() and log level

2022-01-25 Thread Bharath Rupireddy
On Wed, Jan 26, 2022 at 10:46 AM Bharath Rupireddy wrote: > > On Wed, Jan 26, 2022 at 9:48 AM Fujii Masao > wrote: > > > > Hi, > > > > pg_log_backend_memory_contexts() should be designed not to send the > > messages about the memory contexts to the client regardless of > > client_min_messages.

Re: pg_log_backend_memory_contexts() and log level

2022-01-25 Thread Bharath Rupireddy
On Wed, Jan 26, 2022 at 9:48 AM Fujii Masao wrote: > > Hi, > > pg_log_backend_memory_contexts() should be designed not to send the messages > about the memory contexts to the client regardless of client_min_messages. > But I found that the message "logging memory contexts of PID %d" can be sent