Allow pg_log_backend_memory_contexts() for postmaster - Mailing list pgsql-hackers

From Jakub Wartak
Subject Allow pg_log_backend_memory_contexts() for postmaster
Date
Msg-id CAKZiRmxFtynvQmAAvD1GkJR1kd0r1mjasYcj8hw==in2V0d3kA@mail.gmail.com
Whole thread
List pgsql-hackers
Hi -hackers,

During one of recent investigations about memory leaks in postmaster, I was
quite tired of issues related to gdb (it's seems very risky on postmaster,
requires for gdb to be installed and might cause friction).

I was wondering why we couldn't suppport this out of the box. It looks like
useful addition to me, so here's the patch.

-J.

Attachment

pgsql-hackers by date:

Previous
From: solai v
Date:
Subject: Re: log_checkpoints: count WAL segment creations from all processes
Next
From: Akshay Joshi
Date:
Subject: Re: [PATCH] Add pg_get_policy_ddl() function to reconstruct CREATE POLICY statement