Fix minor source code comment mistake
k.jamison@fujitsu.com <k.jamison@fujitsu.com>
From: "k.jamison@fujitsu.com" <k.jamison@fujitsu.com>
To: "pgsql-hackers@lists.postgresql.org" <pgsql-hackers@lists.postgresql.org>
Date: 2020-07-30T08:03:09Z
Lists: pgsql-hackers
Attachments
- 0001-Fix-comment-in-source-code.patch (application/octet-stream) patch 0001
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
Commits
-
Fix comment in instrument.h
- 7b1110d2fd3d 14.0 landed