Commit 6777080
File tree
Expand file treeCollapse file tree
6 files changed
+15
-15
lines changedFilter options
- src
- backend
- executor
- parser
- tcop
- utils/cache
- include/utils
Expand file treeCollapse file tree
6 files changed
+15
-15
lines changed+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2037 | 2037 |
|
2038 | 2038 |
|
2039 | 2039 |
|
2040 |
| - |
| 2040 | + |
| 2041 | + |
| 2042 | + |
2041 | 2043 |
|
2042 | 2044 |
|
2043 | 2045 |
|
|
src/backend/parser/analyze.c
Copy file name to clipboardExpand all lines: src/backend/parser/analyze.c+1-5Lines changed: 1 addition & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
288 | 288 |
|
289 | 289 |
|
290 | 290 |
|
291 |
| - |
292 |
| - |
| 291 | + |
293 | 292 |
|
294 | 293 |
|
295 | 294 |
|
296 | 295 |
|
297 | 296 |
|
298 | 297 |
|
299 |
| - |
300 |
| - |
301 |
| - |
302 | 298 |
|
303 | 299 |
|
304 | 300 |
|
|
src/backend/tcop/postgres.c
Copy file name to clipboardExpand all lines: src/backend/tcop/postgres.c+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1546 | 1546 |
|
1547 | 1547 |
|
1548 | 1548 |
|
1549 |
| - |
| 1549 | + |
| 1550 | + |
| 1551 | + |
1550 | 1552 |
|
1551 | 1553 |
|
1552 | 1554 |
|
|
+1-4Lines changed: 1 addition & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2485 | 2485 |
|
2486 | 2486 |
|
2487 | 2487 |
|
2488 |
| - |
2489 |
| - |
2490 |
| - |
2491 | 2488 |
|
2492 | 2489 |
|
2493 | 2490 |
|
| ||
2592 | 2589 |
|
2593 | 2590 |
|
2594 | 2591 |
|
2595 |
| - |
| 2592 | + |
2596 | 2593 |
|
2597 | 2594 |
|
2598 | 2595 |
|
|
src/backend/utils/cache/plancache.c
Copy file name to clipboardExpand all lines: src/backend/utils/cache/plancache.c+6-3Lines changed: 6 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
141 | 141 |
|
142 | 142 |
|
143 | 143 |
|
144 |
| - |
| 144 | + |
145 | 145 |
|
146 | 146 |
|
147 | 147 |
|
| ||
232 | 232 |
|
233 | 233 |
|
234 | 234 |
|
235 |
| - |
| 235 | + |
236 | 236 |
|
237 | 237 |
|
238 | 238 |
|
| ||
699 | 699 |
|
700 | 700 |
|
701 | 701 |
|
702 |
| - |
| 702 | + |
| 703 | + |
| 704 | + |
703 | 705 |
|
704 | 706 |
|
705 | 707 |
|
| ||
928 | 930 |
|
929 | 931 |
|
930 | 932 |
|
| 933 | + |
931 | 934 |
|
932 | 935 |
|
933 | 936 |
|
|
src/include/utils/plancache.h
Copy file name to clipboardExpand all lines: src/include/utils/plancache.h+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
76 | 76 |
|
77 | 77 |
|
78 | 78 |
|
79 |
| - |
| 79 | + |
80 | 80 |
|
81 | 81 |
|
82 | 82 |
|
|
0 commit comments