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

Commit711e0c6

Browse files
author
Neil Conway
committed
Fix typo in comment.
1 parent6e9c974 commit711e0c6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Portions Copyright (c) 1994, Regents of the University of California
1212
*
1313
* IDENTIFICATION
14-
* $PostgreSQL: pgsql/src/backend/utils/mmgr/aset.c,v 1.66 2006/03/05 15:58:49 momjian Exp $
14+
* $PostgreSQL: pgsql/src/backend/utils/mmgr/aset.c,v 1.67 2006/06/28 22:05:37 neilc Exp $
1515
*
1616
* NOTE:
1717
*This is a new (Feb. 05, 1999) implementation of the allocation set
@@ -883,9 +883,9 @@ AllocSetRealloc(MemoryContext context, void *pointer, Size size)
883883
if (oldsize>ALLOC_CHUNK_LIMIT)
884884
{
885885
/*
886-
* The chunk must been allocated as a single-chunk block. Find the
887-
* containing block and use realloc() to make it bigger with minimum
888-
* space wastage.
886+
* The chunk musthavebeen allocated as a single-chunk block. Find
887+
*thecontaining block and use realloc() to make it bigger with
888+
*minimumspace wastage.
889889
*/
890890
AllocBlockblock=set->blocks;
891891
AllocBlockprevblock=NULL;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp