Commit eae7be6
File tree
Expand file treeCollapse file tree
5 files changed
+121
-2
lines changedFilter options
- src
- backend
- optimizer/plan
- utils/cache
- include/utils
- test/regress
- expected
- sql
Expand file treeCollapse file tree
5 files changed
+121
-2
lines changedsrc/backend/optimizer/plan/planner.c
Copy file name to clipboardExpand all lines: src/backend/optimizer/plan/planner.c+10-2Lines changed: 10 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6667 | 6667 |
|
6668 | 6668 |
|
6669 | 6669 |
|
| 6670 | + |
| 6671 | + |
| 6672 | + |
| 6673 | + |
| 6674 | + |
| 6675 | + |
| 6676 | + |
| 6677 | + |
6670 | 6678 |
|
6671 | 6679 |
|
6672 |
| - |
6673 |
| - |
| 6680 | + |
| 6681 | + |
6674 | 6682 |
|
6675 | 6683 |
|
6676 | 6684 |
|
|
src/backend/utils/cache/lsyscache.c
Copy file name to clipboardExpand all lines: src/backend/utils/cache/lsyscache.c+68Lines changed: 68 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3502 | 3502 |
|
3503 | 3503 |
|
3504 | 3504 |
|
| 3505 | + |
| 3506 | + |
| 3507 | + |
| 3508 | + |
| 3509 | + |
| 3510 | + |
| 3511 | + |
| 3512 | + |
| 3513 | + |
| 3514 | + |
| 3515 | + |
| 3516 | + |
| 3517 | + |
| 3518 | + |
| 3519 | + |
| 3520 | + |
| 3521 | + |
| 3522 | + |
| 3523 | + |
| 3524 | + |
| 3525 | + |
| 3526 | + |
| 3527 | + |
| 3528 | + |
| 3529 | + |
| 3530 | + |
| 3531 | + |
| 3532 | + |
| 3533 | + |
| 3534 | + |
| 3535 | + |
| 3536 | + |
| 3537 | + |
| 3538 | + |
| 3539 | + |
| 3540 | + |
| 3541 | + |
| 3542 | + |
| 3543 | + |
| 3544 | + |
| 3545 | + |
| 3546 | + |
| 3547 | + |
| 3548 | + |
| 3549 | + |
| 3550 | + |
| 3551 | + |
| 3552 | + |
| 3553 | + |
| 3554 | + |
| 3555 | + |
| 3556 | + |
| 3557 | + |
| 3558 | + |
| 3559 | + |
| 3560 | + |
| 3561 | + |
| 3562 | + |
| 3563 | + |
| 3564 | + |
| 3565 | + |
| 3566 | + |
| 3567 | + |
| 3568 | + |
| 3569 | + |
| 3570 | + |
| 3571 | + |
| 3572 | + |
3505 | 3573 |
|
3506 | 3574 |
|
3507 | 3575 |
|
|
src/include/utils/lsyscache.h
Copy file name to clipboardExpand all lines: src/include/utils/lsyscache.h+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
195 | 195 |
|
196 | 196 |
|
197 | 197 |
|
| 198 | + |
| 199 | + |
198 | 200 |
|
199 | 201 |
|
200 | 202 |
|
|
src/test/regress/expected/btree_index.out
Copy file name to clipboardExpand all lines: src/test/regress/expected/btree_index.out+19Lines changed: 19 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
434 | 434 |
|
435 | 435 |
|
436 | 436 |
|
| 437 | + |
| 438 | + |
| 439 | + |
| 440 | + |
| 441 | + |
| 442 | + |
| 443 | + |
| 444 | + |
| 445 | + |
| 446 | + |
| 447 | + |
| 448 | + |
| 449 | + |
| 450 | + |
| 451 | + |
| 452 | + |
| 453 | + |
| 454 | + |
| 455 | + |
src/test/regress/sql/btree_index.sql
Copy file name to clipboardExpand all lines: src/test/regress/sql/btree_index.sql+22Lines changed: 22 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
267 | 267 |
|
268 | 268 |
|
269 | 269 |
|
| 270 | + |
| 271 | + |
| 272 | + |
| 273 | + |
| 274 | + |
| 275 | + |
| 276 | + |
| 277 | + |
| 278 | + |
| 279 | + |
| 280 | + |
| 281 | + |
| 282 | + |
| 283 | + |
| 284 | + |
| 285 | + |
| 286 | + |
| 287 | + |
| 288 | + |
| 289 | + |
| 290 | + |
| 291 | + |
0 commit comments