Re: [Question] Can someone provide some links related to the MemoryContext? - Mailing list pgsql-hackers

From Matthias van de Meent
Subject Re: [Question] Can someone provide some links related to the MemoryContext?
Date
Msg-id CAEze2WjPK1ED6bAkeLgfkFtZO6swHPg9LMz0NKSXYdeCLtHe0Q@mail.gmail.com
Whole thread Raw
In response to [Question] Can someone provide some links related to the MemoryContext?  ("Wen Yi" <wen-yi@qq.com>)
List pgsql-hackers
On Tue, 11 Jul 2023 at 15:11, Wen Yi <wen-yi@qq.com> wrote:
>
> Hi hackers,
> I am learning the MemoryContext subsystem,  but I really don't know where to find it's document (The PostgreSQL
Documentjust provide some spi function).
 
> Can someone provide me some solutions?
> Thanks in advance!

You should take a look at the README in the mmgr directory; at
src/backend/utils/mmgr/README. I think that this README provides a lot
of the requested information.

-- 
Kind regards,

Matthias van de Meent
Neon (https://neon.tech)



pgsql-hackers by date:

Previous
From: Matthias van de Meent
Date:
Subject: Re: [PATCH]Add a tip to the check mode
Next
From: Alena Rybakina
Date:
Subject: Re: POC, WIP: OR-clause support for indexes