Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
711e0c63
Commit
711e0c63
authored
Jun 28, 2006
by
Neil Conway
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in comment.
parent
6e9c974e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/backend/utils/mmgr/aset.c
src/backend/utils/mmgr/aset.c
+4
-4
No files found.
src/backend/utils/mmgr/aset.c
View file @
711e0c63
...
...
@@ -11,7 +11,7 @@
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/utils/mmgr/aset.c,v 1.6
6 2006/03/05 15:58:49 momjian
Exp $
* $PostgreSQL: pgsql/src/backend/utils/mmgr/aset.c,v 1.6
7 2006/06/28 22:05:37 neilc
Exp $
*
* NOTE:
* This is a new (Feb. 05, 1999) implementation of the allocation set
...
...
@@ -883,9 +883,9 @@ AllocSetRealloc(MemoryContext context, void *pointer, Size size)
if
(
oldsize
>
ALLOC_CHUNK_LIMIT
)
{
/*
* The chunk must
been allocated as a single-chunk block. Find the
*
containing block and use realloc() to make it bigger with minimum
* space wastage.
* The chunk must
have been allocated as a single-chunk block. Find
*
the containing block and use realloc() to make it bigger with
*
minimum
space wastage.
*/
AllocBlock
block
=
set
->
blocks
;
AllocBlock
prevblock
=
NULL
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment