Skip to content

Navigation Menu

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

Appearance settings

Commit b23837d

Browse filesBrowse files
committed
Fix typo in memutils_memorychunk.h
Author: Richard Guo Discussion: https://postgr.es/m/CAMbWs483CYjHoLH32_hd3Yq1NJfravNdL2zy7+e7pwvFPJF1RQ@mail.gmail.com
1 parent 1c77873 commit b23837d
Copy full SHA for b23837d

File tree

1 file changed

+3
-3
lines changed
Filter options

1 file changed

+3
-3
lines changed

‎src/include/utils/memutils_memorychunk.h

Copy file name to clipboardExpand all lines: src/include/utils/memutils_memorychunk.h
+3-3Lines 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 block the which the given chunk is allocated
9-
* on and also an additional 30-bits to store another value such as the size
10-
* of the 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.