Commit c34df8a
File tree
Expand file treeCollapse file tree
3 files changed
+72
-0
lines changedFilter options
- src
- backend/commands
- test/regress
- expected
- sql
Expand file treeCollapse file tree
3 files changed
+72
-0
lines changedsrc/backend/commands/indexcmds.c
Copy file name to clipboardExpand all lines: src/backend/commands/indexcmds.c+37Lines changed: 37 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
| 21 | + |
21 | 22 |
|
22 | 23 |
|
23 | 24 |
|
| ||
37 | 38 |
|
38 | 39 |
|
39 | 40 |
|
| 41 | + |
40 | 42 |
|
41 | 43 |
|
42 | 44 |
|
| ||
574 | 576 |
|
575 | 577 |
|
576 | 578 |
|
| 579 | + |
| 580 | + |
| 581 | + |
| 582 | + |
| 583 | + |
| 584 | + |
| 585 | + |
| 586 | + |
| 587 | + |
| 588 | + |
| 589 | + |
| 590 | + |
| 591 | + |
| 592 | + |
| 593 | + |
| 594 | + |
| 595 | + |
| 596 | + |
| 597 | + |
| 598 | + |
| 599 | + |
| 600 | + |
| 601 | + |
| 602 | + |
| 603 | + |
| 604 | + |
| 605 | + |
| 606 | + |
| 607 | + |
| 608 | + |
| 609 | + |
| 610 | + |
| 611 | + |
| 612 | + |
| 613 | + |
577 | 614 |
|
578 | 615 |
|
579 | 616 |
|
|
src/test/regress/expected/create_index.out
Copy file name to clipboardExpand all lines: src/test/regress/expected/create_index.out+16Lines changed: 16 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2541 | 2541 |
|
2542 | 2542 |
|
2543 | 2543 |
|
| 2544 | + |
| 2545 | + |
| 2546 | + |
| 2547 | + |
| 2548 | + |
| 2549 | + |
| 2550 | + |
| 2551 | + |
| 2552 | + |
| 2553 | + |
| 2554 | + |
| 2555 | + |
| 2556 | + |
| 2557 | + |
| 2558 | + |
| 2559 | + |
2544 | 2560 |
|
2545 | 2561 |
|
2546 | 2562 |
|
|
src/test/regress/sql/create_index.sql
Copy file name to clipboardExpand all lines: src/test/regress/sql/create_index.sql+19Lines changed: 19 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
824 | 824 |
|
825 | 825 |
|
826 | 826 |
|
| 827 | + |
| 828 | + |
| 829 | + |
| 830 | + |
| 831 | + |
| 832 | + |
| 833 | + |
| 834 | + |
| 835 | + |
| 836 | + |
| 837 | + |
| 838 | + |
| 839 | + |
| 840 | + |
| 841 | + |
| 842 | + |
| 843 | + |
| 844 | + |
| 845 | + |
827 | 846 |
|
828 | 847 |
|
829 | 848 |
|
|
0 commit comments