forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0e42d31
committed
Adding new PgStat_WalCounters structure in pgstat.h
This new structure contains the counters and the data related to the WALactivity statistics gathered from WalUsage, separated into its ownstructure so as it can be shared across more than one Stats structure inpg_stat.h.This refactoring will be used by an upcoming patch introducingbackend-level WAL statistics.Bump PGSTAT_FILE_FORMAT_ID.Author: Bertrand Drouvot <bertranddrouvot.pg@gmail.com>Discussion:https://postgr.es/m/Z3zqc4o09dM/Ezyz@ip-10-97-1-34.eu-west-3.compute.internal1 parentd7cbeaf commit0e42d31
File tree
4 files changed
+27
-7
lines changed- src
- backend/utils
- activity
- adt
- include
- tools/pgindent
4 files changed
+27
-7
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
109 |
| - | |
| 109 | + | |
110 | 110 |
| |
111 | 111 |
| |
112 | 112 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1643 | 1643 |
| |
1644 | 1644 |
| |
1645 | 1645 |
| |
| 1646 | + | |
1646 | 1647 |
| |
1647 | 1648 |
| |
1648 | 1649 |
| |
| |||
1661 | 1662 |
| |
1662 | 1663 |
| |
1663 | 1664 |
| |
| 1665 | + | |
1664 | 1666 |
| |
1665 | 1667 |
| |
1666 |
| - | |
1667 |
| - | |
| 1668 | + | |
| 1669 | + | |
1668 | 1670 |
| |
1669 | 1671 |
| |
1670 |
| - | |
| 1672 | + | |
1671 | 1673 |
| |
1672 | 1674 |
| |
1673 | 1675 |
| |
1674 | 1676 |
| |
1675 | 1677 |
| |
1676 |
| - | |
| 1678 | + | |
1677 | 1679 |
| |
1678 | 1680 |
| |
1679 | 1681 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
212 | 212 |
| |
213 | 213 |
| |
214 | 214 |
| |
215 |
| - | |
| 215 | + | |
216 | 216 |
| |
217 | 217 |
| |
218 | 218 |
| |
| |||
474 | 474 |
| |
475 | 475 |
| |
476 | 476 |
| |
477 |
| - | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
478 | 486 |
| |
479 | 487 |
| |
480 | 488 |
| |
481 | 489 |
| |
482 | 490 |
| |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
483 | 500 |
| |
484 | 501 |
| |
485 | 502 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2189 | 2189 |
| |
2190 | 2190 |
| |
2191 | 2191 |
| |
| 2192 | + | |
2192 | 2193 |
| |
2193 | 2194 |
| |
2194 | 2195 |
| |
|
0 commit comments
Comments
(0)