Search Postgresql Archives

[Question]Can someone explain the context_freelists?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux