forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2793ace
committed
injection_points: Add stats for point caching and loading
This adds two counters to the fixed-numbered stats of injection pointsto track the number of times injection points have been cached andloaded from the cache, as of the additions coming froma0a5869 and4b21100.These should have been part off68cd84, but I have lacked time andenergy back then, and it did not prevent the code to be a usefultemplate.While on it, this commit simplifies the description of a few tests whileadding coverage for the new stats data.Author: Yogesh SharmaDiscussion:https://postgr.es/m/3a6977f7-54ab-43ce-8806-11d5e15526a2@catprosystems.com1 parentb10528e commit2793ace
File tree
5 files changed
+45
-13
lines changed- src/test/modules/injection_points
- t
5 files changed
+45
-13
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
91 | 91 |
| |
92 | 92 |
| |
93 | 93 |
| |
94 |
| - | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
95 | 97 |
| |
96 | 98 |
| |
97 | 99 |
|
Lines changed: 5 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
297 | 297 |
| |
298 | 298 |
| |
299 | 299 |
| |
300 |
| - | |
| 300 | + | |
301 | 301 |
| |
302 | 302 |
| |
303 | 303 |
| |
| |||
329 | 329 |
| |
330 | 330 |
| |
331 | 331 |
| |
| 332 | + | |
332 | 333 |
| |
333 | 334 |
| |
334 | 335 |
| |
| |||
343 | 344 |
| |
344 | 345 |
| |
345 | 346 |
| |
346 |
| - | |
| 347 | + | |
347 | 348 |
| |
348 | 349 |
| |
349 | 350 |
| |
| |||
358 | 359 |
| |
359 | 360 |
| |
360 | 361 |
| |
| 362 | + | |
361 | 363 |
| |
362 | 364 |
| |
363 | 365 |
| |
| |||
434 | 436 |
| |
435 | 437 |
| |
436 | 438 |
| |
437 |
| - | |
| 439 | + | |
438 | 440 |
| |
439 | 441 |
| |
440 | 442 |
| |
|
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
29 | 31 |
| |
30 | 32 |
|
Lines changed: 20 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
| 32 | + | |
| 33 | + | |
32 | 34 |
| |
33 | 35 |
| |
34 | 36 |
| |
| |||
114 | 116 |
| |
115 | 117 |
| |
116 | 118 |
| |
| 119 | + | |
| 120 | + | |
117 | 121 |
| |
118 | 122 |
| |
119 | 123 |
| |
| |||
135 | 139 |
| |
136 | 140 |
| |
137 | 141 |
| |
138 |
| - | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
139 | 145 |
| |
140 | 146 |
| |
141 | 147 |
| |
| |||
149 | 155 |
| |
150 | 156 |
| |
151 | 157 |
| |
| 158 | + | |
| 159 | + | |
152 | 160 |
| |
153 | 161 |
| |
154 | 162 |
| |
| |||
160 | 168 |
| |
161 | 169 |
| |
162 | 170 |
| |
163 |
| - | |
164 |
| - | |
| 171 | + | |
| 172 | + | |
165 | 173 |
| |
166 | 174 |
| |
167 | 175 |
| |
| |||
171 | 179 |
| |
172 | 180 |
| |
173 | 181 |
| |
174 |
| - | |
| 182 | + | |
175 | 183 |
| |
176 | 184 |
| |
177 | 185 |
| |
178 | 186 |
| |
179 | 187 |
| |
180 | 188 |
| |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
181 | 193 |
| |
182 | 194 |
| |
183 | 195 |
| |
184 | 196 |
| |
185 | 197 |
| |
| 198 | + | |
| 199 | + | |
186 | 200 |
| |
187 | 201 |
| |
188 | 202 |
| |
| 203 | + | |
| 204 | + | |
189 | 205 |
| |
190 | 206 |
| |
191 | 207 |
| |
|
Lines changed: 14 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 |
| - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
39 | 49 |
| |
40 | 50 |
| |
41 | 51 |
| |
42 | 52 |
| |
43 | 53 |
| |
44 |
| - | |
| 54 | + | |
45 | 55 |
| |
46 | 56 |
| |
47 |
| - | |
| 57 | + | |
48 | 58 |
| |
49 | 59 |
| |
50 | 60 |
| |
| |||
54 | 64 |
| |
55 | 65 |
| |
56 | 66 |
| |
57 |
| - | |
| 67 | + | |
58 | 68 |
| |
59 | 69 |
|
0 commit comments
Comments
(0)