index d787597713010aafccb1292d2abe1c498555d1dd..23afef4f41f248a1d62c9a957112205425445571 100644 (file)
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/backend/utils/mmgr/portalmem.c,v 1.73 2004年09月16日 21:08:12 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/mmgr/portalmem.c,v 1.74 2004年10月12日 01:50:04 neilc Exp $
*
*-------------------------------------------------------------------------
*/
*/
portal->holdContext =
AllocSetContextCreate(PortalMemory,
- "PortalHeapMemory",
+ "PortalHoldContext",
ALLOCSET_DEFAULT_MINSIZE,
ALLOCSET_DEFAULT_INITSIZE,
ALLOCSET_DEFAULT_MAXSIZE);