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

From Tom Lane
Subject Re: minor code question: portal memory cxts
Date
Msg-id 25619.1097538002@sss.pgh.pa.us
Whole thread Raw
In response to minor code question: portal memory cxts  (Neil Conway <neilc@samurai.com>)
Responses Re: minor code question: portal memory cxts
List pgsql-hackers
Neil Conway <neilc@samurai.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


pgsql-hackers by date:

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