Commit 82e0e29
File tree
Expand file treeCollapse file tree
3 files changed
+21
-0
lines changedFilter options
- src
- backend/executor
- test/regress
- expected
- sql
Expand file treeCollapse file tree
3 files changed
+21
-0
lines changedsrc/backend/executor/nodeIncrementalSort.c
Copy file name to clipboardExpand all lines: src/backend/executor/nodeIncrementalSort.c+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
394 | 394 |
|
395 | 395 |
|
396 | 396 |
|
| 397 | + |
| 398 | + |
| 399 | + |
| 400 | + |
| 401 | + |
| 402 | + |
| 403 | + |
397 | 404 |
|
398 | 405 |
|
399 | 406 |
|
|
src/test/regress/expected/incremental_sort.out
Copy file name to clipboardExpand all lines: src/test/regress/expected/incremental_sort.out+11Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
675 | 675 |
|
676 | 676 |
|
677 | 677 |
|
| 678 | + |
| 679 | + |
| 680 | + |
| 681 | + |
| 682 | + |
| 683 | + |
| 684 | + |
| 685 | + |
| 686 | + |
| 687 | + |
| 688 | + |
678 | 689 |
|
679 | 690 |
|
680 | 691 |
|
|
src/test/regress/sql/incremental_sort.sql
Copy file name to clipboardExpand all lines: src/test/regress/sql/incremental_sort.sql+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
149 | 149 |
|
150 | 150 |
|
151 | 151 |
|
| 152 | + |
| 153 | + |
| 154 | + |
152 | 155 |
|
153 | 156 |
|
154 | 157 |
|
|
0 commit comments