pgsql: Fix comment in instrument.h - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix comment in instrument.h
Date
Msg-id E1k1NXC-00010W-H0@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Thomas Munro
Date:
Subject: pgsql: Cache smgrnblocks() results in recovery.
Next
From: Thomas Munro
Date:
Subject: pgsql: Preallocate some DSM space at startup.