forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitac2063a
committed
Count buffers dirtied due to hints in pgBufferUsage.shared_blks_dirtied.
Previously, such buffers weren't counted, with the possible result thatEXPLAIN (BUFFERS) and pg_stat_statements would understate the truenumber of blocks dirtied by an SQL statement.Back-patch to 9.2, where this counter was introduced.Amit Kapila1 parent3080bba commitac2063a
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2708 | 2708 |
| |
2709 | 2709 |
| |
2710 | 2710 |
| |
| 2711 | + | |
2711 | 2712 |
| |
2712 | 2713 |
| |
2713 | 2714 |
| |
|
0 commit comments
Comments
(0)