Commit 09c1c6a
File tree
Expand file treeCollapse file tree
21 files changed
+631
-233
lines changedFilter options
- doc/src/sgml
- ref
- src
- backend/access
- common
- spgist
- include/access
- test
- modules/spgist_name_ops
- expected
- sql
- regress
- expected
- sql
Expand file treeCollapse file tree
21 files changed
+631
-233
lines changed+7-5Lines changed: 7 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
409 | 409 |
|
410 | 410 |
|
411 | 411 |
|
412 |
| - |
413 |
| - |
414 |
| - |
| 412 | + |
| 413 | + |
| 414 | + |
| 415 | + |
| 416 | + |
415 | 417 |
|
416 | 418 |
|
417 | 419 |
|
| ||
1208 | 1210 |
|
1209 | 1211 |
|
1210 | 1212 |
|
1211 |
| - |
1212 |
| - |
| 1213 | + |
| 1214 | + |
1213 | 1215 |
|
1214 | 1216 |
|
1215 | 1217 |
|
|
doc/src/sgml/ref/create_index.sgml
Copy file name to clipboardExpand all lines: doc/src/sgml/ref/create_index.sgml+6-3Lines changed: 6 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
187 | 187 |
|
188 | 188 |
|
189 | 189 |
|
190 |
| - |
191 |
| - |
| 190 | + |
| 191 | + |
192 | 192 |
|
193 | 193 |
|
194 | 194 |
|
| ||
695 | 695 |
|
696 | 696 |
|
697 | 697 |
|
698 |
| - |
| 698 | + |
| 699 | + |
| 700 | + |
| 701 | + |
699 | 702 |
|
700 | 703 |
|
701 | 704 |
|
|
+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
216 | 216 |
|
217 | 217 |
|
218 | 218 |
|
| 219 | + |
| 220 | + |
| 221 | + |
| 222 | + |
| 223 | + |
| 224 | + |
| 225 | + |
| 226 | + |
219 | 227 |
|
220 | 228 |
|
221 | 229 |
|
|
+6-2Lines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1426 | 1426 |
|
1427 | 1427 |
|
1428 | 1428 |
|
1429 |
| - |
| 1429 | + |
1430 | 1430 |
|
1431 | 1431 |
|
1432 | 1432 |
|
1433 |
| - |
| 1433 | + |
| 1434 | + |
| 1435 | + |
| 1436 | + |
| 1437 | + |
1434 | 1438 |
|
1435 | 1439 |
|
1436 | 1440 |
|
|
src/backend/access/common/indextuple.c
Copy file name to clipboardExpand all lines: src/backend/access/common/indextuple.c+24-9Lines changed: 24 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
446 | 446 |
|
447 | 447 |
|
448 | 448 |
|
449 |
| - |
450 |
| - |
451 |
| - |
452 | 449 |
|
453 |
| - |
454 | 450 |
|
455 |
| - |
456 |
| - |
457 |
| - |
458 |
| - |
459 | 451 |
|
460 | 452 |
|
461 | 453 |
|
462 | 454 |
|
463 | 455 |
|
464 |
| - |
| 456 | + |
| 457 | + |
| 458 | + |
| 459 | + |
| 460 | + |
| 461 | + |
| 462 | + |
| 463 | + |
| 464 | + |
| 465 | + |
| 466 | + |
| 467 | + |
| 468 | + |
| 469 | + |
| 470 | + |
| 471 | + |
| 472 | + |
| 473 | + |
| 474 | + |
| 475 | + |
| 476 | + |
| 477 | + |
| 478 | + |
| 479 | + |
465 | 480 |
|
466 | 481 |
|
467 | 482 |
|
|
src/backend/access/spgist/README
Copy file name to clipboardExpand all lines: src/backend/access/spgist/README+15-3Lines changed: 15 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
56 | 56 |
|
57 | 57 |
|
58 | 58 |
|
59 |
| - |
| 59 | + |
60 | 60 |
|
61 | 61 |
|
62 | 62 |
|
| ||
67 | 67 |
|
68 | 68 |
|
69 | 69 |
|
70 |
| - |
| 70 | + |
71 | 71 |
|
72 | 72 |
|
73 | 73 |
|
74 | 74 |
|
75 | 75 |
|
76 | 76 |
|
77 |
| - |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
78 | 90 |
|
79 | 91 |
|
80 | 92 |
|
|
0 commit comments