Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2c220ca

Browse files
committed
Fix typo in SLRU stats documentation
Author: Noriyoshi Shinoda Discussion: https://www.postgresql.org/message-id/flat/20200119143707.gyinppnigokesjok@development
1 parent cefb82d commit 2c220ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/monitoring.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3296,7 +3296,7 @@ SELECT pid, wait_event_type, wait_event FROM pg_stat_activity WHERE wait_event i
32963296
</row>
32973297
<row>
32983298
<entry><structfield>blks_hit</structfield></entry>
3299-
<entry><type>biging</type></entry>
3299+
<entry><type>bigint</type></entry>
33003300
<entry>Number of times disk blocks were found already in the SLRU,
33013301
so that a read was not necessary (this only includes hits in the
33023302
SLRU, not the operating system's file system cache)

0 commit comments

Comments
 (0)