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

From k.jamison@fujitsu.com
Subject Fix minor source code comment mistake
Date
Msg-id OSBPR01MB2341760686DC056DE89D2AB9EF710@OSBPR01MB2341.jpnprd01.prod.outlook.com
Whole thread Raw
Responses Re: Fix minor source code comment mistake  (Michael Paquier <michael@paquier.xyz>)
List 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

pgsql-hackers by date:

Previous
From: "k.jamison@fujitsu.com"
Date:
Subject: RE: [Patch] Optimize dropping of relation buffers using dlist
Next
From: Etsuro Fujita
Date:
Subject: Re: problem with RETURNING and update row movement