git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1bef379)
Fix a copy-and-paste error: give a distinct memory context a distinct
2004年10月12日 01:50:04 +0000 (01:50 +0000)
2004年10月12日 01:50:04 +0000 (01:50 +0000)
name, mainly for debugging purposes.


diff --git a/src/backend/utils/mmgr/portalmem.c b/src/backend/utils/mmgr/portalmem.c
index d787597713010aafccb1292d2abe1c498555d1dd..23afef4f41f248a1d62c9a957112205425445571 100644 (file)
--- a/src/backend/utils/mmgr/portalmem.c
+++ b/src/backend/utils/mmgr/portalmem.c
@@ -12,7 +12,7 @@
* 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 $
*
*-------------------------------------------------------------------------
*/
@@ -278,7 +278,7 @@ PortalCreateHoldStore(Portal portal)
*/
portal->holdContext =
AllocSetContextCreate(PortalMemory,
- "PortalHeapMemory",
+ "PortalHoldContext",
ALLOCSET_DEFAULT_MINSIZE,
ALLOCSET_DEFAULT_INITSIZE,
ALLOCSET_DEFAULT_MAXSIZE);
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /