Commit 6eb5b05d authored by Bruce Momjian's avatar Bruce Momjian

C comment: fix typo

Author: Amit Langote
parent 0a4d67b1
...@@ -661,7 +661,7 @@ tuplesort_begin_common(int workMem, bool randomAccess) ...@@ -661,7 +661,7 @@ tuplesort_begin_common(int workMem, bool randomAccess)
/* /*
* Caller tuple (e.g. IndexTuple) memory context. * 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 * eases memory management. Resetting at key points reduces
* fragmentation. Note that the memtuples array of SortTuples is allocated * fragmentation. Note that the memtuples array of SortTuples is allocated
* in the parent context, not this context, because there is no need to * in the parent context, not this context, because there is no need to
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment