Re: [HACKERS] portals vs. memory contexts - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] portals vs. memory contexts
Date
Msg-id 199903230428.XAA03281@candle.pha.pa.us
Whole thread Raw
In response to Re: [HACKERS] portals vs. memory contexts  (Vadim Mikheev <vadim@krs.ru>)
List pgsql-hackers
> portalmem.c:
> 
>  *                      Node
>  *                      |
>  *              MemoryContext___
>  *              /               \
>  *      GlobalMemory    PortalMemoryContext
>  *                      /               \
>  *      PortalVariableMemory    PortalHeapMemory
>  *
>  *                      Flushed at      Flushed at      Checkpoints
>  *                      Transaction     Portal
>  *                      Commit          Close
>  *
>  * GlobalMemory                 n               n               n
>  * PortalVariableMemory         n               y               n
>  * PortalHeapMemory             y               y               y *

Yes, I saw that.  Is that the only difference?

--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: portals vs. memory contexts
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] optimizer and type question