Skip to content

Commit 7b1110d

Browse 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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/executor/instrument.h

Lines 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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy