projects
/
postgresql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a4d67b
)
C comment: fix typo
author
Bruce Momjian
<bruce@momjian.us>
Wed, 3 Aug 2016 14:32:32 +0000
(10:32 -0400)
committer
Bruce Momjian
<bruce@momjian.us>
Wed, 3 Aug 2016 14:32:32 +0000
(10:32 -0400)
Author: Amit Langote
src/backend/utils/sort/tuplesort.c
patch
|
blob
|
history
diff --git
a/src/backend/utils/sort/tuplesort.c
b/src/backend/utils/sort/tuplesort.c
index 4c502bb2338073ca1787917c264d175cc8aadcb7..6756f2632d44c0a390959bb29bd5adac41a32a0e 100644
(file)
--- a/
src/backend/utils/sort/tuplesort.c
+++ b/
src/backend/utils/sort/tuplesort.c
@@
-661,7
+661,7
@@
tuplesort_begin_common(int workMem, bool randomAccess)
/*
* Caller tuple (e.g. IndexTuple) memory context.
*
- * A dedicated child conte
n
t used exclusively for caller passed tuples
+ * A dedicated child conte
x
t 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