Re: Fix minor source code comment mistake

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

And done.
--
Michael


signature.asc
Description: PGP signature


Re: Fix minor source code comment mistake

2020-07-30 Thread Michael Paquier
On Thu, Jul 30, 2020 at 08:03:09AM +, k.jami...@fujitsu.com wrote:
> Just found a minor error in source code comment.
> src/include/executor/instrument.h
> 
> Attached is the fix.
> 
> - longlocal_blks_dirtied; /* # of shared blocks dirtied */
> + longlocal_blks_dirtied; /* # of local blocks dirtied */

Indeed.  Let's fix this.
--
Michael


signature.asc
Description: PGP signature


Fix minor source code comment mistake

2020-07-30 Thread k.jami...@fujitsu.com
Hi,

Just found a minor error in source code comment.
src/include/executor/instrument.h

Attached is the fix.

-   longlocal_blks_dirtied; /* # of shared blocks dirtied */
+   longlocal_blks_dirtied; /* # of local blocks dirtied */


Regards,
Kirk Jamison


0001-Fix-comment-in-source-code.patch
Description: 0001-Fix-comment-in-source-code.patch