minor code question: portal memory cxts

From: Neil Conway <neilc(at)samurai(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: minor code question: portal memory cxts
Date: 2004-10-11 23:29:31
Message-ID: 1097483474.14940.28.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The memory context created at src/backend/utils/mmgr/portalmem.c:183
shares the name of the memory context created at portalmem.c:279 (they
are both called "PortalHeapMemory"). Is there a reason for this?

-Neil

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Reini Urban 2004-10-11 23:37:48 Re: [HACKERS] Need for DLLINIT in Makefile.shlib
Previous Message Bruce Momjian 2004-10-11 23:09:52 Re: [HACKERS] open item: tablespace handing in pg_dump/pg_restore