Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd709964

Browse files
author
Neil Conway
committed
Fix a copy-and-paste error: give a distinct memory context a distinct
name, mainly for debugging purposes.
1 parent1bef379 commitd709964

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/utils/mmgr/portalmem.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Portions Copyright (c) 1994, Regents of the University of California
1313
*
1414
* IDENTIFICATION
15-
* $PostgreSQL: pgsql/src/backend/utils/mmgr/portalmem.c,v 1.73 2004/09/16 21:08:12 tgl Exp $
15+
* $PostgreSQL: pgsql/src/backend/utils/mmgr/portalmem.c,v 1.74 2004/10/12 01:50:04 neilc Exp $
1616
*
1717
*-------------------------------------------------------------------------
1818
*/
@@ -278,7 +278,7 @@ PortalCreateHoldStore(Portal portal)
278278
*/
279279
portal->holdContext=
280280
AllocSetContextCreate(PortalMemory,
281-
"PortalHeapMemory",
281+
"PortalHoldContext",
282282
ALLOCSET_DEFAULT_MINSIZE,
283283
ALLOCSET_DEFAULT_INITSIZE,
284284
ALLOCSET_DEFAULT_MAXSIZE);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp