Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit7b1110d

Browse files
committed
Fix comment in instrument.h
local_blks_dirtied tracks the number of local blocks dirtied, not sharedones.Author: Kirk JamisonDiscussion:https://postgr.es/m/OSBPR01MB2341760686DC056DE89D2AB9EF710@OSBPR01MB2341.jpnprd01.prod.outlook.com
1 parentc5315f4 commit7b1110d

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
longshared_blks_written;/* # of shared disk blocks written */
2525
longlocal_blks_hit;/* # of local buffer hits */
2626
longlocal_blks_read;/* # of local disk blocks read */
27-
longlocal_blks_dirtied;/* # ofshared blocks dirtied */
27+
longlocal_blks_dirtied;/* # oflocal blocks dirtied */
2828
longlocal_blks_written;/* # of local disk blocks written */
2929
longtemp_blks_read;/* # of temp blocks read */
3030
longtemp_blks_written;/* # of temp blocks written */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp