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

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

  1. Fix comment in instrument.h