[Question]Can someone explain the context_freelists?

Поиск
Список
Период
Сортировка
От Wen Yi
Тема [Question]Can someone explain the context_freelists?
Дата
Msg-id tencent_E9AB79A63A901471EE6EADD24A2E5375D908@qq.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Erik Wienhold
Дата:
Сообщение: Re: How to get an md5/sha256 hash of a really large object in psql?
Следующее
От: Amn Ojee Uw
Дата:
Сообщение: Upgrading