Re: minor code question: portal memory cxts

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: minor code question: portal memory cxts
Date: 2004-10-11 23:40:02
Message-ID: 25619.1097538002@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Neil Conway <neilc(at)samurai(dot)com> writes:
> 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?

Copy-and-paste oversight I'd say. Probably the latter ought to be
"PortalHoldContext" or some such.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

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