Commit c03c144
File tree
Expand file treeCollapse file tree
7 files changed
+39
-34
lines changedFilter options
- contrib/auto_explain
- doc/src/sgml
- src
- backend
- commands
- executor
- include
- commands
- nodes
Expand file treeCollapse file tree
7 files changed
+39
-34
lines changedcontrib/auto_explain/auto_explain.c
Copy file name to clipboardExpand all lines: contrib/auto_explain/auto_explain.c+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
363 | 363 |
|
364 | 364 |
|
365 | 365 |
|
366 |
| - |
367 |
| - |
| 366 | + |
368 | 367 |
|
369 | 368 |
|
370 | 369 |
|
|
+2-6Lines changed: 2 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
169 | 169 |
|
170 | 170 |
|
171 | 171 |
|
172 |
| - |
173 |
| - |
174 |
| - |
175 |
| - |
176 |
| - |
177 |
| - |
| 172 | + |
| 173 | + |
178 | 174 |
|
179 | 175 |
|
180 | 176 |
|
|
src/backend/commands/explain.c
Copy file name to clipboardExpand all lines: src/backend/commands/explain.c+27-2Lines changed: 27 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
564 | 564 |
|
565 | 565 |
|
566 | 566 |
|
567 |
| - |
568 |
| - |
| 567 | + |
569 | 568 |
|
570 | 569 |
|
571 | 570 |
|
| ||
688 | 687 |
|
689 | 688 |
|
690 | 689 |
|
| 690 | + |
| 691 | + |
| 692 | + |
| 693 | + |
| 694 | + |
| 695 | + |
| 696 | + |
| 697 | + |
| 698 | + |
| 699 | + |
| 700 | + |
| 701 | + |
| 702 | + |
| 703 | + |
| 704 | + |
| 705 | + |
| 706 | + |
| 707 | + |
| 708 | + |
| 709 | + |
| 710 | + |
| 711 | + |
| 712 | + |
| 713 | + |
| 714 | + |
| 715 | + |
691 | 716 |
|
692 | 717 |
|
693 | 718 |
|
|
src/backend/executor/execMain.c
Copy file name to clipboardExpand all lines: src/backend/executor/execMain.c-15Lines changed: 0 additions & 15 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
495 | 495 |
|
496 | 496 |
|
497 | 497 |
|
498 |
| - |
499 |
| - |
500 |
| - |
501 |
| - |
502 |
| - |
503 |
| - |
504 |
| - |
505 |
| - |
506 |
| - |
507 |
| - |
508 |
| - |
509 |
| - |
510 |
| - |
511 |
| - |
512 |
| - |
513 | 498 |
|
514 | 499 |
|
515 | 500 |
|
|
src/backend/executor/execParallel.c
Copy file name to clipboardExpand all lines: src/backend/executor/execParallel.c+4-5Lines changed: 4 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1043 | 1043 |
|
1044 | 1044 |
|
1045 | 1045 |
|
1046 |
| - |
1047 |
| - |
| 1046 | + |
1048 | 1047 |
|
1049 |
| - |
1050 |
| - |
| 1048 | + |
| 1049 | + |
1051 | 1050 |
|
1052 |
| - |
| 1051 | + |
1053 | 1052 |
|
1054 | 1053 |
|
1055 | 1054 |
|
|
src/include/commands/explain.h
Copy file name to clipboardExpand all lines: src/include/commands/explain.h+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
81 | 81 |
|
82 | 82 |
|
83 | 83 |
|
| 84 | + |
84 | 85 |
|
85 | 86 |
|
86 | 87 |
|
|
src/include/nodes/execnodes.h
Copy file name to clipboardExpand all lines: src/include/nodes/execnodes.h+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
570 | 570 |
|
571 | 571 |
|
572 | 572 |
|
573 |
| - |
574 |
| - |
575 |
| - |
| 573 | + |
| 574 | + |
| 575 | + |
576 | 576 |
|
577 | 577 |
|
578 | 578 |
|
579 |
| - |
| 579 | + |
580 | 580 |
|
581 | 581 |
|
582 | 582 |
|
|
0 commit comments