minor code question: portal memory cxts - Mailing list pgsql-hackers

From Neil Conway
Subject minor code question: portal memory cxts
Date
Msg-id 1097483474.14940.28.camel@localhost.localdomain
Whole thread Raw
Responses Re: minor code question: portal memory cxts
List 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




pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: open item: tablespace handing in pg_dump/pg_restore
Next
From: Reini Urban
Date:
Subject: Re: Need for DLLINIT in Makefile.shlib