File tree
7 files changed
+25
-17
lines changedFilter options
- src
- backend
- access/hash
- regex
- utils/adt
- include/utils
7 files changed
+25
-17
lines changedsrc/backend/access/hash/hashfunc.c
Copy file name to clipboardExpand all lines: src/backend/access/hash/hashfunc.c+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
282 | 282 |
|
283 | 283 |
|
284 | 284 |
|
285 |
| - |
| 285 | + |
286 | 286 |
|
287 | 287 |
|
288 | 288 |
|
| ||
342 | 342 |
|
343 | 343 |
|
344 | 344 |
|
345 |
| - |
| 345 | + |
346 | 346 |
|
347 | 347 |
|
348 | 348 |
|
|
src/backend/regex/regc_pg_locale.c
Copy file name to clipboardExpand all lines: src/backend/regex/regc_pg_locale.c+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
259 | 259 |
|
260 | 260 |
|
261 | 261 |
|
262 |
| - |
| 262 | + |
263 | 263 |
|
264 | 264 |
|
265 | 265 |
|
|
src/backend/utils/adt/like.c
Copy file name to clipboardExpand all lines: src/backend/utils/adt/like.c+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
155 | 155 |
|
156 | 156 |
|
157 | 157 |
|
158 |
| - |
| 158 | + |
159 | 159 |
|
160 | 160 |
|
161 | 161 |
|
| ||
196 | 196 |
|
197 | 197 |
|
198 | 198 |
|
199 |
| - |
| 199 | + |
200 | 200 |
|
201 | 201 |
|
202 | 202 |
|
|
src/backend/utils/adt/pg_locale.c
Copy file name to clipboardExpand all lines: src/backend/utils/adt/pg_locale.c+9Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1481 | 1481 |
|
1482 | 1482 |
|
1483 | 1483 |
|
| 1484 | + |
| 1485 | + |
| 1486 | + |
| 1487 | + |
| 1488 | + |
| 1489 | + |
| 1490 | + |
| 1491 | + |
| 1492 | + |
1484 | 1493 |
|
1485 | 1494 |
|
1486 | 1495 |
|
|
src/backend/utils/adt/varchar.c
Copy file name to clipboardExpand all lines: src/backend/utils/adt/varchar.c+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
762 | 762 |
|
763 | 763 |
|
764 | 764 |
|
765 |
| - |
| 765 | + |
766 | 766 |
|
767 | 767 |
|
768 | 768 |
|
| ||
807 | 807 |
|
808 | 808 |
|
809 | 809 |
|
810 |
| - |
| 810 | + |
811 | 811 |
|
812 | 812 |
|
813 | 813 |
|
| ||
1015 | 1015 |
|
1016 | 1016 |
|
1017 | 1017 |
|
1018 |
| - |
| 1018 | + |
1019 | 1019 |
|
1020 | 1020 |
|
1021 | 1021 |
|
| ||
1077 | 1077 |
|
1078 | 1078 |
|
1079 | 1079 |
|
1080 |
| - |
| 1080 | + |
1081 | 1081 |
|
1082 | 1082 |
|
1083 | 1083 |
|
|
src/backend/utils/adt/varlena.c
Copy file name to clipboardExpand all lines: src/backend/utils/adt/varlena.c+6-8Lines changed: 6 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1221 | 1221 |
|
1222 | 1222 |
|
1223 | 1223 |
|
1224 |
| - |
| 1224 | + |
1225 | 1225 |
|
1226 | 1226 |
|
1227 | 1227 |
|
| ||
1572 | 1572 |
|
1573 | 1573 |
|
1574 | 1574 |
|
1575 |
| - |
1576 |
| - |
| 1575 | + |
1577 | 1576 |
|
1578 | 1577 |
|
1579 | 1578 |
|
| ||
1628 | 1627 |
|
1629 | 1628 |
|
1630 | 1629 |
|
1631 |
| - |
| 1630 | + |
1632 | 1631 |
|
1633 | 1632 |
|
1634 | 1633 |
|
| ||
1687 | 1686 |
|
1688 | 1687 |
|
1689 | 1688 |
|
1690 |
| - |
| 1689 | + |
1691 | 1690 |
|
1692 | 1691 |
|
1693 | 1692 |
|
| ||
1801 | 1800 |
|
1802 | 1801 |
|
1803 | 1802 |
|
1804 |
| - |
| 1803 | + |
1805 | 1804 |
|
1806 | 1805 |
|
1807 | 1806 |
|
| ||
2217 | 2216 |
|
2218 | 2217 |
|
2219 | 2218 |
|
2220 |
| - |
2221 |
| - |
| 2219 | + |
2222 | 2220 |
|
2223 | 2221 |
|
2224 | 2222 |
|
|
src/include/utils/pg_locale.h
Copy file name to clipboardExpand all lines: src/include/utils/pg_locale.h+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
97 | 97 |
|
98 | 98 |
|
99 | 99 |
|
| 100 | + |
100 | 101 |
|
101 | 102 |
|
102 | 103 |
|
|
0 commit comments