Re: Fix minor source code comment mistake - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Fix minor source code comment mistake
Date
Msg-id 20200730085740.GE22023@paquier.xyz
Whole thread Raw
In response to Fix minor source code comment mistake  ("k.jamison@fujitsu.com" <k.jamison@fujitsu.com>)
Responses Re: Fix minor source code comment mistake  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
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.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

Attachment

pgsql-hackers by date:

Previous
From: Etsuro Fujita
Date:
Subject: Re: problem with RETURNING and update row movement
Next
From: Michael Paquier
Date:
Subject: Re: [PATCH] Tab completion for VACUUM of partitioned tables