mirror of
https://github.com/postgres/postgres.git
synced 2026-06-06 07:12:58 -04:00
C comment: fix typo
Author: Amit Langote
This commit is contained in:
parent
0a4d67b16c
commit
6eb5b05d22
1 changed files with 1 additions and 1 deletions
|
|
@ -661,7 +661,7 @@ tuplesort_begin_common(int workMem, bool randomAccess)
|
|||
/*
|
||||
* Caller tuple (e.g. IndexTuple) memory context.
|
||||
*
|
||||
* A dedicated child content used exclusively for caller passed tuples
|
||||
* A dedicated child context used exclusively for caller passed tuples
|
||||
* eases memory management. Resetting at key points reduces
|
||||
* fragmentation. Note that the memtuples array of SortTuples is allocated
|
||||
* in the parent context, not this context, because there is no need to
|
||||
|
|
|
|||
Loading…
Reference in a new issue