pgsql: Fix comment in instrument.h

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix comment in instrument.h
Date: 2020-07-31 05:24:46
Message-ID: E1k1NXC-00010W-H0@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix comment in instrument.h

local_blks_dirtied tracks the number of local blocks dirtied, not shared
ones.

Author: Kirk Jamison
Discussion: https://postgr.es/m/OSBPR01MB2341760686DC056DE89D2AB9EF710@OSBPR01MB2341.jpnprd01.prod.outlook.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7b1110d2fd3da3d7536530d14952d4f4d9c25438

Modified Files
--------------
src/include/executor/instrument.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2020-07-31 05:54:45 pgsql: Preallocate some DSM space at startup.
Previous Message Thomas Munro 2020-07-31 02:34:29 pgsql: Cache smgrnblocks() results in recovery.