diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/include/executor/instrument.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/executor/instrument.h b/src/include/executor/instrument.h index a97562e7a4f..9dc3ecb07d7 100644 --- a/src/include/executor/instrument.h +++ b/src/include/executor/instrument.h @@ -24,7 +24,7 @@ typedef struct BufferUsage long shared_blks_written; /* # of shared disk blocks written */ long local_blks_hit; /* # of local buffer hits */ long local_blks_read; /* # of local disk blocks read */ - long local_blks_dirtied; /* # of shared blocks dirtied */ + long local_blks_dirtied; /* # of local blocks dirtied */ long local_blks_written; /* # of local disk blocks written */ long temp_blks_read; /* # of temp blocks read */ long temp_blks_written; /* # of temp blocks written */ |