forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite102504
committed
Split backend status and progress related functionality out of pgstat.c.
Backend status (supporting pg_stat_activity) and commandprogress (supporting pg_stat_progress*) related code is largelyindependent from the rest of pgstat.[ch] (supporting views likepg_stat_all_tables that accumulate data over time). See alsoa333476.This commit doesn't rename the function names to make the distinctionfrom the rest of pgstat_ clearer - that'd be more invasive and notclearly beneficial. If we were to decide to do such a rename at somepoint, it's better done separately from moving the code as well.Robert's review was of an earlier version.Reviewed-By: Robert Haas <robertmhaas@gmail.com>Discussion:https://postgr.es/m/20210316195440.twxmlov24rr2nxrg@alap3.anarazel.de1 parent8d3a4c3 commite102504
File tree
11 files changed
+1598
-1392
lines changed- src
- backend
- bootstrap
- postmaster
- utils
- activity
- init
- misc
- include
- commands
- utils
11 files changed
+1598
-1392
lines changedLines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
407 | 407 |
| |
408 | 408 |
| |
409 | 409 |
| |
410 |
| - | |
| 410 | + | |
411 | 411 |
| |
| 412 | + | |
| 413 | + | |
| 414 | + | |
412 | 415 |
| |
413 | 416 |
| |
414 | 417 |
| |
|
0 commit comments
Comments
(0)