Skip to content

Commit 261da38

Browse files
committed
Merge commit 'abecdda8b13c8e18de72ac9e2e9f3808da7edcae' into PGPROEE9_6
2 parents 9742ade + abecdda commit 261da38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/rum/rumsort.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1157,7 +1157,7 @@ rum_tuplesort_begin_rum(int workMem, int nKeys, bool randomAccess,
11571157
state->nKeys = nKeys;
11581158

11591159
TRACE_POSTGRESQL_SORT_START(INDEX_SORT,
1160-
enforceUnique,
1160+
false, /* no unique check */
11611161
state->nKeys,
11621162
workMem,
11631163
randomAccess);
@@ -1190,7 +1190,7 @@ rum_tuplesort_begin_rumkey(int workMem, FmgrInfo *cmp)
11901190
#endif
11911191

11921192
TRACE_POSTGRESQL_SORT_START(INDEX_SORT,
1193-
enforceUnique,
1193+
false, /* no unique check */
11941194
2,
11951195
workMem,
11961196
false);

0 commit comments

Comments
 (0)