forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6a63dda
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 parent8c1797e commit6a63dda
1 file changed
+1
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2474 | 2474 |
| |
2475 | 2475 |
| |
2476 | 2476 |
| |
| 2477 | + | |
2477 | 2478 |
| |
2478 | 2479 |
| |
2479 | 2480 |
| |
|
0 commit comments
Comments
(0)