[Question]Can someone explain the context_freelists? - Mailing list pgsql-general

From Wen Yi
Subject [Question]Can someone explain the context_freelists?
Date
Msg-id tencent_E9AB79A63A901471EE6EADD24A2E5375D908@qq.com
Whole thread Raw
List pgsql-general
In MemoryContext source code:

/* context_freelists[0] is for default params, [1] for small params */
static AllocSetFreeList context_freelists[2] =
{
    {
        0, NULL
    },
    {
        0, NULL
    }
};

I really don't know what this variable mean, can someone share me with your view?
Thanks in advance!

Yours,
Wen Yi

pgsql-general by date:

Previous
From: Erik Wienhold
Date:
Subject: Re: How to get an md5/sha256 hash of a really large object in psql?
Next
From: Amn Ojee Uw
Date:
Subject: Upgrading