Commit 17f206f
File tree
Expand file treeCollapse file tree
4 files changed
+62
-21
lines changedFilter options
- src
- backend
- catalog
- commands
- test/regress
- expected
- sql
Expand file treeCollapse file tree
4 files changed
+62
-21
lines changedsrc/backend/catalog/index.c
Copy file name to clipboardExpand all lines: src/backend/catalog/index.c+4-1Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
994 | 994 |
|
995 | 995 |
|
996 | 996 |
|
997 |
| - |
| 997 | + |
998 | 998 |
|
| 999 | + |
999 | 1000 |
|
| 1001 | + |
| 1002 | + |
1000 | 1003 |
|
1001 | 1004 |
|
1002 | 1005 |
|
|
src/backend/commands/indexcmds.c
Copy file name to clipboardExpand all lines: src/backend/commands/indexcmds.c+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2608 | 2608 |
|
2609 | 2609 |
|
2610 | 2610 |
|
| 2611 | + |
| 2612 | + |
| 2613 | + |
| 2614 | + |
2611 | 2615 |
|
2612 | 2616 |
|
2613 | 2617 |
|
|
src/test/regress/expected/indexing.out
Copy file name to clipboardExpand all lines: src/test/regress/expected/indexing.out+38-18Lines changed: 38 additions & 18 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
4 | 14 |
|
5 | 15 |
|
6 | 16 |
|
7 | 17 |
|
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
8 | 28 |
|
9 |
| - |
| 29 | + |
10 | 30 |
|
11 | 31 |
|
12 | 32 |
|
13 |
| - |
14 |
| - |
15 |
| - |
16 |
| - |
17 |
| - |
18 |
| - |
19 |
| - |
20 |
| - |
21 |
| - |
22 |
| - |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
23 | 43 |
|
24 | 44 |
|
25 | 45 |
|
| ||
110 | 130 |
|
111 | 131 |
|
112 | 132 |
|
113 |
| - |
| 133 | + |
114 | 134 |
|
115 | 135 |
|
116 | 136 |
|
117 |
| - |
118 |
| - |
119 |
| - |
120 |
| - |
121 |
| - |
122 |
| - |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
123 | 143 |
|
124 | 144 |
|
125 | 145 |
|
|
src/test/regress/sql/indexing.sql
Copy file name to clipboardExpand all lines: src/test/regress/sql/indexing.sql+16-2Lines changed: 16 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
4 | 11 |
|
5 | 12 |
|
6 | 13 |
|
7 | 14 |
|
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
8 | 22 |
|
9 |
| - |
| 23 | + |
10 | 24 |
|
11 | 25 |
|
12 | 26 |
|
| ||
54 | 68 |
|
55 | 69 |
|
56 | 70 |
|
57 |
| - |
| 71 | + |
58 | 72 |
|
59 | 73 |
|
60 | 74 |
|
|
0 commit comments