Commit 93eab93
File tree
Expand file treeCollapse file tree
5 files changed
+20
-18
lines changedFilter options
- src
- backend/snowball
- include/catalog
- test/regress
- expected
- sql
Expand file treeCollapse file tree
5 files changed
+20
-18
lines changedsrc/backend/snowball/Makefile
Copy file name to clipboardExpand all lines: src/backend/snowball/Makefile+9-6Lines changed: 9 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
5 |
| - |
| 5 | + |
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
| ||
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
| 50 | + |
| 51 | + |
50 | 52 |
|
51 | 53 |
|
52 | 54 |
|
| ||
93 | 95 |
|
94 | 96 |
|
95 | 97 |
|
| 98 | + |
| 99 | + |
96 | 100 |
|
97 | 101 |
|
98 | 102 |
|
99 | 103 |
|
100 | 104 |
|
101 |
| - |
102 |
| - |
103 | 105 |
|
104 |
| - |
| 106 | + |
| 107 | + |
105 | 108 |
|
106 |
| - |
107 |
| - |
| 109 | + |
| 110 | + |
108 | 111 |
|
109 | 112 |
|
110 | 113 |
|
|
src/backend/snowball/snowball.sql.in
Copy file name to clipboardExpand all lines: src/backend/snowball/snowball.sql.in+5-6Lines changed: 5 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
| 1 | + |
2 | 2 |
|
3 |
| - |
| 3 | + |
4 | 4 |
|
5 |
| - |
6 |
| - |
| 5 | + |
7 | 6 |
|
8 |
| - |
| 7 | + |
9 | 8 |
|
10 | 9 |
|
11 | 10 |
|
12 | 11 |
|
13 |
| - |
| 12 | + |
14 | 13 |
|
15 | 14 |
|
16 | 15 |
|
|
src/include/catalog/catversion.h
Copy file name to clipboardExpand all lines: src/include/catalog/catversion.h+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
40 |
| - |
| 40 | + |
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
| ||
53 | 53 |
|
54 | 54 |
|
55 | 55 |
|
56 |
| - |
| 56 | + |
57 | 57 |
|
58 | 58 |
|
src/test/regress/expected/tsearch.out
Copy file name to clipboardExpand all lines: src/test/regress/expected/tsearch.out+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
195 | 195 |
|
196 | 196 |
|
197 | 197 |
|
198 |
| - |
| 198 | + |
199 | 199 |
|
200 | 200 |
|
201 | 201 |
|
202 | 202 |
|
203 | 203 |
|
204 |
| - |
| 204 | + |
205 | 205 |
|
206 | 206 |
|
207 | 207 |
|
|
src/test/regress/sql/tsearch.sql
Copy file name to clipboardExpand all lines: src/test/regress/sql/tsearch.sql+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
81 | 81 |
|
82 | 82 |
|
83 | 83 |
|
84 |
| - |
85 |
| - |
| 84 | + |
| 85 | + |
86 | 86 |
|
87 | 87 |
|
88 | 88 |
|
|
0 commit comments