Skip to content

Commit 8950538

Browse files
committed
Merge branch 'btree-handling' of github.com:CodeMaxx/postgres into btree-handling
2 parents 1652142 + cd477b3 commit 8950538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/access/smerge/smsort.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ sm_flush(Relation heapRel, SmMetadata* metadata) {
774774
// FmgrInfo sk_func; -- not req
775775
scankey.sk_flags = 0;
776776
scankey.sk_attno = metadata->attrs[0];
777-
scankey.sk_strategy = 5;
777+
scankey.sk_strategy = 6;
778778
scankey.sk_subtype = 23;
779779
scankey.sk_collation = 0;
780780
// scankey.sk_func = ;

0 commit comments

Comments
 (0)