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
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
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
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
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.
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.
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