File tree
Expand file treeCollapse file tree
3 files changed
+43
-1
lines changedFilter options
- src
- backend
- commands
- executor
- include/nodes
Expand file treeCollapse file tree
3 files changed
+43
-1
lines changedsrc/backend/commands/explain.c
Copy file name to clipboardExpand all lines: src/backend/commands/explain.c+32-1Lines changed: 32 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
85 | 85 |
|
86 | 86 |
|
87 | 87 |
|
| 88 | + |
| 89 | + |
88 | 90 |
|
89 | 91 |
|
90 | 92 |
|
| ||
1250 | 1252 |
|
1251 | 1253 |
|
1252 | 1254 |
|
1253 |
| - |
| 1255 | + |
| 1256 | + |
| 1257 | + |
| 1258 | + |
| 1259 | + |
| 1260 | + |
| 1261 | + |
1254 | 1262 |
|
1255 | 1263 |
|
1256 | 1264 |
|
| ||
1878 | 1886 |
|
1879 | 1887 |
|
1880 | 1888 |
|
| 1889 | + |
| 1890 | + |
| 1891 | + |
| 1892 | + |
| 1893 | + |
| 1894 | + |
| 1895 | + |
| 1896 | + |
| 1897 | + |
| 1898 | + |
| 1899 | + |
| 1900 | + |
| 1901 | + |
| 1902 | + |
| 1903 | + |
| 1904 | + |
| 1905 | + |
| 1906 | + |
| 1907 | + |
| 1908 | + |
| 1909 | + |
| 1910 | + |
| 1911 | + |
1881 | 1912 |
|
1882 | 1913 |
|
1883 | 1914 |
|
|
src/backend/executor/nodeBitmapHeapscan.c
Copy file name to clipboardExpand all lines: src/backend/executor/nodeBitmapHeapscan.c+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
170 | 170 |
|
171 | 171 |
|
172 | 172 |
|
| 173 | + |
| 174 | + |
| 175 | + |
| 176 | + |
| 177 | + |
173 | 178 |
|
174 | 179 |
|
175 | 180 |
|
| ||
553 | 558 |
|
554 | 559 |
|
555 | 560 |
|
| 561 | + |
| 562 | + |
556 | 563 |
|
557 | 564 |
|
558 | 565 |
|
|
src/include/nodes/execnodes.h
Copy file name to clipboardExpand all lines: src/include/nodes/execnodes.h+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1338 | 1338 |
|
1339 | 1339 |
|
1340 | 1340 |
|
| 1341 | + |
| 1342 | + |
1341 | 1343 |
|
1342 | 1344 |
|
1343 | 1345 |
|
| ||
1350 | 1352 |
|
1351 | 1353 |
|
1352 | 1354 |
|
| 1355 | + |
| 1356 | + |
1353 | 1357 |
|
1354 | 1358 |
|
1355 | 1359 |
|
|
0 commit comments