Fix minor source code comment mistake
Started by k.jamison@fujitsu.comover 5 years ago3 messageshackers
Hi,
Just found a minor error in source code comment.
src/include/executor/instrument.h
Attached is the fix.
- long local_blks_dirtied; /* # of shared blocks dirtied */
+ long local_blks_dirtied; /* # of local blocks dirtied */
Regards,
Kirk Jamison
Attachments:
0001-Fix-comment-in-source-code.patchapplication/octet-stream; name=0001-Fix-comment-in-source-code.patchDownload+1-2
Re: Fix minor source code comment mistake
On Thu, Jul 30, 2020 at 08:03:09AM +0000, k.jamison@fujitsu.com wrote:
Just found a minor error in source code comment.
src/include/executor/instrument.hAttached is the fix.
- long local_blks_dirtied; /* # of shared blocks dirtied */ + long local_blks_dirtied; /* # of local blocks dirtied */
Indeed. Let's fix this.
--
Michael