Thread

Commits

  1. Fix comment in instrument.h

  1. Fix minor source code comment mistake

    k.jamison@fujitsu.com <k.jamison@fujitsu.com> — 2020-07-30T08:03:09Z

    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
    
  2. Re: Fix minor source code comment mistake

    Michael Paquier <michael@paquier.xyz> — 2020-07-30T08:57:40Z

    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
    
  3. Re: Fix minor source code comment mistake

    Michael Paquier <michael@paquier.xyz> — 2020-07-31T05:34:59Z

    On Thu, Jul 30, 2020 at 05:57:40PM +0900, Michael Paquier wrote:
    > Indeed.  Let's fix this.
    
    And done.
    --
    Michael