Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7b1110d

Browse filesBrowse files
committed
Fix comment in instrument.h
local_blks_dirtied tracks the number of local blocks dirtied, not shared ones. Author: Kirk Jamison Discussion: https://postgr.es/m/OSBPR01MB2341760686DC056DE89D2AB9EF710@OSBPR01MB2341.jpnprd01.prod.outlook.com
1 parent c5315f4 commit 7b1110d
Copy full SHA for 7b1110d

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/include/executor/instrument.h

Copy file name to clipboardExpand all lines: src/include/executor/instrument.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ typedef struct BufferUsage
2424
long shared_blks_written; /* # of shared disk blocks written */
2525
long local_blks_hit; /* # of local buffer hits */
2626
long local_blks_read; /* # of local disk blocks read */
27-
long local_blks_dirtied; /* # of shared blocks dirtied */
27+
long local_blks_dirtied; /* # of local blocks dirtied */
2828
long local_blks_written; /* # of local disk blocks written */
2929
long temp_blks_read; /* # of temp blocks read */
3030
long temp_blks_written; /* # of temp blocks written */

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.