8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a4d67b commit 6eb5b05Copy full SHA for 6eb5b05
src/backend/utils/sort/tuplesort.c
@@ -661,7 +661,7 @@ tuplesort_begin_common(int workMem, bool randomAccess)
661
/*
662
* Caller tuple (e.g. IndexTuple) memory context.
663
*
664
- * A dedicated child content used exclusively for caller passed tuples
+ * A dedicated child context used exclusively for caller passed tuples
665
* eases memory management. Resetting at key points reduces
666
* fragmentation. Note that the memtuples array of SortTuples is allocated
667
* in the parent context, not this context, because there is no need to
0 commit comments