mirror of
https://github.com/postgres/postgres.git
synced 2025-08-18 12:22:09 +03:00
C comment: fix typo
Author: Amit Langote
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user