Bogus postmaster-only contexts laying about in backends

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-hackers(at)postgreSQL(dot)org
Subject: Bogus postmaster-only contexts laying about in backends
Date: 2015-06-27 14:27:53
Message-ID: 17050.1435415273@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I happened to notice these in a backend's memory context dump:

ident parser context: 0 total in 0 blocks; 0 free (0 chunks); 0 used
hba parser context: 7168 total in 3 blocks; 3920 free (1 chunks); 3248 used

Is there a good reason why these weren't made children of the
PostmasterContext, so that they'd go away inside backends?

regards, tom lane

Browse pgsql-hackers by date

  From Date Subject
Next Message Gurjeet Singh 2015-06-27 14:36:14 Re: drop/truncate table sucks for large values of shared buffers
Previous Message Tom Lane 2015-06-27 14:10:04 Re: drop/truncate table sucks for large values of shared buffers