aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/utils/adt')
-rw-r--r--src/backend/utils/adt/orderedsetaggs.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/backend/utils/adt/orderedsetaggs.c b/src/backend/utils/adt/orderedsetaggs.c
index f9a5f7f93fa..39ed85b7939 100644
--- a/src/backend/utils/adt/orderedsetaggs.c
+++ b/src/backend/utils/adt/orderedsetaggs.c
@@ -268,10 +268,6 @@ ordered_set_startup(FunctionCallInfo fcinfo, bool use_tuples)
/*
* Initialize tuplesort object.
- *
- * In the future, we should consider forcing the tuplesort_begin_heap()
- * case when the abbreviated key optimization can thereby be used, even
- * when !use_tuples.
*/
if (use_tuples)
osastate->sortstate = tuplesort_begin_heap(qstate->tupdesc,