Re: [Question] Can someone provide some links related to the MemoryContext?

From: Matthias van de Meent <boekewurm+postgres(at)gmail(dot)com>
To: Wen Yi <wen-yi(at)qq(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [Question] Can someone provide some links related to the MemoryContext?
Date: 2023-07-11 13:47:48
Message-ID: CAEze2WjPK1ED6bAkeLgfkFtZO6swHPg9LMz0NKSXYdeCLtHe0Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, 11 Jul 2023 at 15:11, Wen Yi <wen-yi(at)qq(dot)com> wrote:
>
> Hi hackers,
> I am learning the MemoryContext subsystem, but I really don't know where to find it's document (The PostgreSQL Document just 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)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alena Rybakina 2023-07-11 14:13:05 Re: POC, WIP: OR-clause support for indexes
Previous Message Matthias van de Meent 2023-07-11 13:44:39 Re: [PATCH]Add a tip to the check mode