Thread: pgsql: Allocate local buffers in a context of their own, rather than

pgsql: Allocate local buffers in a context of their own, rather than

From
tgl@postgresql.org (Tom Lane)
Date:
Log Message:
-----------
Allocate local buffers in a context of their own, rather than dumping them
into TopMemoryContext.  This makes no functional difference, but makes it
easier to see what the space is being used for in MemoryContextStats dumps.
Per a recent example in which I was surprised by the size of TopMemoryContext.

Modified Files:
--------------
    pgsql/src/backend/storage/buffer:
        localbuf.c (r1.90 -> r1.91)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/buffer/localbuf.c?r1=1.90&r2=1.91)