Commit 28e626b
File tree
15 files changed
+569
-8
lines changedFilter options
- doc/src/sgml
- src
- backend/utils
- activity
- adt
- include
- utils
- tools/pgindent
15 files changed
+569
-8
lines changeddoc/src/sgml/monitoring.sgml
Copy file name to clipboardExpand all lines: doc/src/sgml/monitoring.sgml+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5444 | 5444 |
|
5445 | 5445 |
|
5446 | 5446 |
|
| 5447 | + |
| 5448 | + |
5447 | 5449 |
|
5448 | 5450 |
|
5449 | 5451 |
|
|
src/backend/utils/activity/Makefile
Copy file name to clipboardExpand all lines: src/backend/utils/activity/Makefile+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
| 25 | + |
25 | 26 |
|
26 | 27 |
|
27 | 28 |
|
|
src/backend/utils/activity/meson.build
Copy file name to clipboardExpand all lines: src/backend/utils/activity/meson.build+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
| 12 | + |
12 | 13 |
|
13 | 14 |
|
14 | 15 |
|
|
src/backend/utils/activity/pgstat.c
Copy file name to clipboardExpand all lines: src/backend/utils/activity/pgstat.c+26Lines changed: 26 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
72 | 72 |
|
73 | 73 |
|
74 | 74 |
|
| 75 | + |
75 | 76 |
|
76 | 77 |
|
77 | 78 |
|
| ||
359 | 360 |
|
360 | 361 |
|
361 | 362 |
|
| 363 | + |
| 364 | + |
| 365 | + |
| 366 | + |
| 367 | + |
| 368 | + |
| 369 | + |
| 370 | + |
| 371 | + |
362 | 372 |
|
363 | 373 |
|
364 | 374 |
|
| ||
582 | 592 |
|
583 | 593 |
|
584 | 594 |
|
| 595 | + |
585 | 596 |
|
586 | 597 |
|
587 | 598 |
|
| ||
628 | 639 |
|
629 | 640 |
|
630 | 641 |
|
| 642 | + |
| 643 | + |
| 644 | + |
631 | 645 |
|
632 | 646 |
|
633 | 647 |
|
| ||
1322 | 1336 |
|
1323 | 1337 |
|
1324 | 1338 |
|
| 1339 | + |
| 1340 | + |
| 1341 | + |
| 1342 | + |
| 1343 | + |
| 1344 | + |
1325 | 1345 |
|
1326 | 1346 |
|
1327 | 1347 |
|
| ||
1496 | 1516 |
|
1497 | 1517 |
|
1498 | 1518 |
|
| 1519 | + |
| 1520 | + |
| 1521 | + |
| 1522 | + |
| 1523 | + |
| 1524 | + |
1499 | 1525 |
|
1500 | 1526 |
|
1501 | 1527 |
|
|
src/backend/utils/activity/pgstat_bgwriter.c
Copy file name to clipboardExpand all lines: src/backend/utils/activity/pgstat_bgwriter.c+6-1Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
27 |
| - |
| 27 | + |
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
| ||
56 | 56 |
|
57 | 57 |
|
58 | 58 |
|
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
59 | 64 |
|
60 | 65 |
|
61 | 66 |
|
|
src/backend/utils/activity/pgstat_checkpointer.c
Copy file name to clipboardExpand all lines: src/backend/utils/activity/pgstat_checkpointer.c+6-1Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
27 |
| - |
| 27 | + |
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
| ||
62 | 62 |
|
63 | 63 |
|
64 | 64 |
|
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
65 | 70 |
|
66 | 71 |
|
67 | 72 |
|
|
0 commit comments