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

Commitb23837d

Browse files
committed
Fix typo in memutils_memorychunk.h
Author: Richard GuoDiscussion:https://postgr.es/m/CAMbWs483CYjHoLH32_hd3Yq1NJfravNdL2zy7+e7pwvFPJF1RQ@mail.gmail.com
1 parent1c77873 commitb23837d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/include/utils/memutils_memorychunk.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
* MemoryContexts may use as a header for chunks of memory they allocate.
66
*
77
* MemoryChunk provides a lightweight header that a MemoryContext can use to
8-
* store a reference back to the blockthewhich the given chunk is allocated
9-
*onand also an additional 30-bits to store another value such as the size
10-
*ofthe allocated chunk.
8+
* store a reference back to the block which the given chunk is allocated on
9+
* and also an additional 30-bits to store another value such as the size of
10+
* the allocated chunk.
1111
*
1212
* Although MemoryChunks are used by each of our MemoryContexts, future
1313
* implementations may choose to implement their own method for storing chunk

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp