pgsql: Prevent memory context logging from sending log message to conne

2022-01-27 Thread Fujii Masao
Prevent memory context logging from sending log message to connected client. When pg_log_backend_memory_contexts() is executed, the target backend should use LOG_SERVER_ONLY to log its memory contexts, to prevent them from being sent to its connected client regardless of client_min_messages. But p

pgsql: Prevent memory context logging from sending log message to conne

2022-01-27 Thread Fujii Masao
Prevent memory context logging from sending log message to connected client. When pg_log_backend_memory_contexts() is executed, the target backend should use LOG_SERVER_ONLY to log its memory contexts, to prevent them from being sent to its connected client regardless of client_min_messages. But p