Fix minor source code comment mistake

From: "k(dot)jamison(at)fujitsu(dot)com" <k(dot)jamison(at)fujitsu(dot)com>
To: "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Fix minor source code comment mistake
Date: 2020-07-30 08:03:09
Message-ID: OSBPR01MB2341760686DC056DE89D2AB9EF710@OSBPR01MB2341.jpnprd01.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
0001-Fix-comment-in-source-code.patch application/octet-stream 1017 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Etsuro Fujita 2020-07-30 08:40:40 Re: problem with RETURNING and update row movement
Previous Message k.jamison@fujitsu.com 2020-07-30 07:57:40 RE: [Patch] Optimize dropping of relation buffers using dlist