Commit 2c220ca4 authored by Tomas Vondra's avatar Tomas Vondra

Fix typo in SLRU stats documentation

Author: Noriyoshi Shinoda
Discussion: https://www.postgresql.org/message-id/flat/20200119143707.gyinppnigokesjok@development
parent cefb82d4
...@@ -3296,7 +3296,7 @@ SELECT pid, wait_event_type, wait_event FROM pg_stat_activity WHERE wait_event i ...@@ -3296,7 +3296,7 @@ SELECT pid, wait_event_type, wait_event FROM pg_stat_activity WHERE wait_event i
</row> </row>
<row> <row>
<entry><structfield>blks_hit</structfield></entry> <entry><structfield>blks_hit</structfield></entry>
<entry><type>biging</type></entry> <entry><type>bigint</type></entry>
<entry>Number of times disk blocks were found already in the SLRU, <entry>Number of times disk blocks were found already in the SLRU,
so that a read was not necessary (this only includes hits in the so that a read was not necessary (this only includes hits in the
SLRU, not the operating system's file system cache) SLRU, not the operating system's file system cache)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment