Commit e042678
committed
Enhance pg_stat_reset_single_table_counters function.
This commit allows pg_stat_reset_single_table_counters() to reset statistics
for a single relation shared across all databases in the cluster to zero.
Bump catalog version.
Author: B Sadhu Prasad Patro
Reviewed-by: Mahendra Singh Thalor, Himanshu Upadhyaya, Dilip Kumar, Fujii Masao
Discussion: https://postgr.es/m/CAFF0-CGy7EHeF=AqqkGMF85cySPQBgDcvNk73G2O0vL94O5U5A@mail.gmail.com1 parent 31c389d commit e042678
File tree
4 files changed
+10
-5
lines changed- doc/src/sgml
- src
- backend/postmaster
- include/catalog
4 files changed
+10
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5097 | 5097 | | |
5098 | 5098 | | |
5099 | 5099 | | |
5100 | | - | |
| 5100 | + | |
5101 | 5101 | | |
5102 | 5102 | | |
5103 | 5103 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
5140 | 5141 | | |
5141 | 5142 | | |
5142 | 5143 | | |
5143 | | - | |
| 5144 | + | |
| 5145 | + | |
5144 | 5146 | | |
5145 | 5147 | | |
5146 | 5148 | | |
5147 | 5149 | | |
5148 | 5150 | | |
5149 | 5151 | | |
5150 | 5152 | | |
5151 | | - | |
| 5153 | + | |
| 5154 | + | |
| 5155 | + | |
| 5156 | + | |
5152 | 5157 | | |
5153 | 5158 | | |
5154 | 5159 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5754 | 5754 | | |
5755 | 5755 | | |
5756 | 5756 | | |
5757 | | - | |
| 5757 | + | |
5758 | 5758 | | |
5759 | 5759 | | |
5760 | 5760 | | |
| |||
0 commit comments