Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5315f4 commit 7b1110dCopy full SHA for 7b1110d
src/include/executor/instrument.h
@@ -24,7 +24,7 @@ typedef struct BufferUsage
24
long shared_blks_written; /* # of shared disk blocks written */
25
long local_blks_hit; /* # of local buffer hits */
26
long local_blks_read; /* # of local disk blocks read */
27
- long local_blks_dirtied; /* # of shared blocks dirtied */
+ long local_blks_dirtied; /* # of local blocks dirtied */
28
long local_blks_written; /* # of local disk blocks written */
29
long temp_blks_read; /* # of temp blocks read */
30
long temp_blks_written; /* # of temp blocks written */
0 commit comments