Re: Fix minor source code comment mistake

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: "k(dot)jamison(at)fujitsu(dot)com" <k(dot)jamison(at)fujitsu(dot)com>
Cc: "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Fix minor source code comment mistake
Date: 2020-07-30 08:57:40
Message-ID: 20200730085740.GE22023@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Jul 30, 2020 at 08:03:09AM +0000, k(dot)jamison(at)fujitsu(dot)com wrote:
> 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 */

Indeed. Let's fix this.
--
Michael

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2020-07-30 09:08:47 Re: [PATCH] Tab completion for VACUUM of partitioned tables
Previous Message Etsuro Fujita 2020-07-30 08:40:40 Re: problem with RETURNING and update row movement