forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit69bfaf2

Amit Kapila
Change the display of WAL usage statistics in Explain.
In commit33e05f8, we have added the option to display WAL usagestatistics in Explain and auto_explain. The display format used two spacesbetween each field which is inconsistent with Buffer usage statistics whichis using one space between each field. Change the format to make WAL usagestatistics consistent with Buffer usage statistics.This commit also changed the usage of "full page writes" to"full page images" for WAL usage statistics to make it consistent withother parts of code and docs.Author: Julien Rouhaud, Amit KapilaReviewed-by: Justin Pryzby, Kyotaro Horiguchi and Amit KapilaDiscussion:https://postgr.es/m/CAB-hujrP8ZfUkvL5OYETipQwA=e3n7oqHFU=4ZLxWS_Cza3kQQ@mail.gmail.com1 parent5545b69 commit69bfaf2
File tree
11 files changed
+32
-32
lines changed- contrib/pg_stat_statements
- doc/src/sgml
- ref
- src
- backend
- access
- heap
- transam
- commands
- executor
- include
- access
- executor
11 files changed
+32
-32
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
46 |
| - | |
| 46 | + | |
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
189 | 189 |
| |
190 | 190 |
| |
191 | 191 |
| |
192 |
| - | |
| 192 | + | |
193 | 193 |
| |
194 | 194 |
| |
195 | 195 |
| |
| |||
1432 | 1432 |
| |
1433 | 1433 |
| |
1434 | 1434 |
| |
1435 |
| - | |
| 1435 | + | |
1436 | 1436 |
| |
1437 | 1437 |
| |
1438 | 1438 |
| |
| |||
1824 | 1824 |
| |
1825 | 1825 |
| |
1826 | 1826 |
| |
1827 |
| - | |
| 1827 | + | |
1828 | 1828 |
| |
1829 | 1829 |
| |
1830 | 1830 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
283 | 283 |
| |
284 | 284 |
| |
285 | 285 |
| |
286 |
| - | |
| 286 | + | |
287 | 287 |
| |
288 | 288 |
| |
289 | 289 |
| |
290 |
| - | |
| 290 | + | |
291 | 291 |
| |
292 | 292 |
| |
293 | 293 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
198 | 198 |
| |
199 | 199 |
| |
200 | 200 |
| |
201 |
| - | |
202 |
| - | |
| 201 | + | |
| 202 | + | |
203 | 203 |
| |
204 | 204 |
| |
205 | 205 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
673 | 673 |
| |
674 | 674 |
| |
675 | 675 |
| |
676 |
| - | |
| 676 | + | |
677 | 677 |
| |
678 | 678 |
| |
679 |
| - | |
| 679 | + | |
680 | 680 |
| |
681 | 681 |
| |
682 | 682 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
998 | 998 |
| |
999 | 999 |
| |
1000 | 1000 |
| |
1001 |
| - | |
| 1001 | + | |
1002 | 1002 |
| |
1003 | 1003 |
| |
1004 | 1004 |
| |
| |||
1259 | 1259 |
| |
1260 | 1260 |
| |
1261 | 1261 |
| |
1262 |
| - | |
| 1262 | + | |
1263 | 1263 |
| |
1264 | 1264 |
| |
1265 | 1265 |
| |
|
Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
109 | 109 |
| |
110 | 110 |
| |
111 | 111 |
| |
112 |
| - | |
| 112 | + | |
113 | 113 |
| |
114 | 114 |
| |
115 | 115 |
| |
| |||
449 | 449 |
| |
450 | 450 |
| |
451 | 451 |
| |
452 |
| - | |
| 452 | + | |
453 | 453 |
| |
454 | 454 |
| |
455 | 455 |
| |
| |||
459 | 459 |
| |
460 | 460 |
| |
461 | 461 |
| |
462 |
| - | |
| 462 | + | |
463 | 463 |
| |
464 |
| - | |
| 464 | + | |
465 | 465 |
| |
466 | 466 |
| |
467 | 467 |
| |
| |||
484 | 484 |
| |
485 | 485 |
| |
486 | 486 |
| |
487 |
| - | |
| 487 | + | |
488 | 488 |
| |
489 | 489 |
| |
490 | 490 |
| |
| |||
638 | 638 |
| |
639 | 639 |
| |
640 | 640 |
| |
641 |
| - | |
| 641 | + | |
642 | 642 |
| |
643 | 643 |
| |
644 | 644 |
| |
|
Lines changed: 10 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3343 | 3343 |
| |
3344 | 3344 |
| |
3345 | 3345 |
| |
3346 |
| - | |
| 3346 | + | |
3347 | 3347 |
| |
3348 | 3348 |
| |
3349 | 3349 |
| |
3350 | 3350 |
| |
3351 | 3351 |
| |
3352 | 3352 |
| |
3353 |
| - | |
| 3353 | + | |
3354 | 3354 |
| |
3355 |
| - | |
3356 |
| - | |
3357 |
| - | |
| 3355 | + | |
| 3356 | + | |
| 3357 | + | |
3358 | 3358 |
| |
3359 |
| - | |
| 3359 | + | |
3360 | 3360 |
| |
3361 | 3361 |
| |
3362 | 3362 |
| |
3363 | 3363 |
| |
3364 | 3364 |
| |
3365 | 3365 |
| |
3366 |
| - | |
| 3366 | + | |
3367 | 3367 |
| |
3368 |
| - | |
3369 |
| - | |
3370 |
| - | |
| 3368 | + | |
| 3369 | + | |
| 3370 | + | |
3371 | 3371 |
| |
3372 | 3372 |
| |
3373 | 3373 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
248 | 248 |
| |
249 | 249 |
| |
250 | 250 |
| |
251 |
| - | |
| 251 | + | |
252 | 252 |
| |
253 | 253 |
| |
254 | 254 |
| |
255 | 255 |
| |
256 | 256 |
| |
257 | 257 |
| |
258 | 258 |
| |
259 |
| - | |
| 259 | + | |
260 | 260 |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
280 | 280 |
| |
281 | 281 |
| |
282 | 282 |
| |
283 |
| - | |
| 283 | + | |
284 | 284 |
| |
285 | 285 |
| |
286 | 286 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 |
| - | |
| 38 | + | |
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
|
0 commit comments
Comments
(0)