Bogus postmaster-only contexts laying about in backends - Mailing list pgsql-hackers

From Tom Lane
Subject Bogus postmaster-only contexts laying about in backends
Date
Msg-id 17050.1435415273@sss.pgh.pa.us
Whole thread Raw
List 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



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: drop/truncate table sucks for large values of shared buffers
Next
From: Gurjeet Singh
Date:
Subject: Re: drop/truncate table sucks for large values of shared buffers