Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc7683b0

Browse files
committed
do not sort result with gettuple interface if there is no orderby clause
1 parent544bbdb commitc7683b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎rumscan.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ rumNewScanKey(IndexScanDesc scan)
436436
haofHasAddToRestriction=0x02
437437
}hasAddOnFilter=haofNone;
438438

439-
so->naturalOrder= false;
439+
so->naturalOrder=(scan->numberOfOrderBys>0) ?false : true;
440440

441441
/*
442442
* Allocate all the scan key information in the key context. (If

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp