forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitce5bcc4
committed
pg_stat_statements: Add wal_buffers_full
wal_buffers_full tracks the number of times WAL buffers become full,giving hints to be able to tune the GUC wal_buffers.Up to now, this information was only available in pg_stat_wal. Withthis field available in WalUsage sinceeaf5027, exposing it inpg_stat_statements is straight-forward, and it offers more granularityat query level.pg_stat_statements does not need a version bump as one has been done incommitcf54a2c for this development cycle.Author: Bertrand DrouvotReviewed-by: Ilia EvdokimovDiscussion:https://postgr.es/m/Z6SOha5YFFgvpwQY@ip-10-97-1-34.eu-west-3.compute.internal1 parenteaf5027 commitce5bcc4
File tree
4 files changed
+19
-2
lines changed- contrib/pg_stat_statements
- expected
- doc/src/sgml
4 files changed
+19
-2
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
385 | 385 |
| |
386 | 386 |
| |
387 | 387 |
| |
| 388 | + | |
388 | 389 |
| |
389 | 390 |
| |
390 | 391 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
| 53 | + | |
53 | 54 |
| |
54 | 55 |
| |
55 | 56 |
| |
|
Lines changed: 8 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
187 | 187 |
| |
188 | 188 |
| |
189 | 189 |
| |
| 190 | + | |
190 | 191 |
| |
191 | 192 |
| |
192 | 193 |
| |
| |||
1465 | 1466 |
| |
1466 | 1467 |
| |
1467 | 1468 |
| |
| 1469 | + | |
1468 | 1470 |
| |
1469 | 1471 |
| |
1470 | 1472 |
| |
| |||
1557 | 1559 |
| |
1558 | 1560 |
| |
1559 | 1561 |
| |
1560 |
| - | |
1561 |
| - | |
| 1562 | + | |
| 1563 | + | |
1562 | 1564 |
| |
1563 | 1565 |
| |
1564 | 1566 |
| |
| |||
1955 | 1957 |
| |
1956 | 1958 |
| |
1957 | 1959 |
| |
| 1960 | + | |
| 1961 | + | |
| 1962 | + | |
| 1963 | + | |
1958 | 1964 |
| |
1959 | 1965 |
| |
1960 | 1966 |
| |
|
Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
436 | 436 |
| |
437 | 437 |
| |
438 | 438 |
| |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
439 | 448 |
| |
440 | 449 |
| |
441 | 450 |
| |
|
0 commit comments
Comments
(0)