projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cefb82d
)
Fix typo in SLRU stats documentation
author
Tomas Vondra
Thu, 2 Apr 2020 12:26:27 +0000
(14:26 +0200)
committer
Tomas Vondra
Thu, 2 Apr 2020 12:26:27 +0000
(14:26 +0200)
Author: Noriyoshi Shinoda
Discussion: https://www.postgresql.org/message-id/flat/
20200119143707
.gyinppnigokesjok@development
doc/src/sgml/monitoring.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/monitoring.sgml
b/doc/src/sgml/monitoring.sgml
index 28ceb04d3314ae7e1dc352c8dbba8403c5449186..0ebadf0d26d232835d4aa8e92e5e0f522c51ac1b 100644
(file)
--- a/
doc/src/sgml/monitoring.sgml
+++ b/
doc/src/sgml/monitoring.sgml
@@
-3296,7
+3296,7
@@
SELECT pid, wait_event_type, wait_event FROM pg_stat_activity WHERE wait_event i
blks_hit
-
bigin
g
+
bigin
t
Number of times disk blocks were found already in the SLRU,
so that a read was not necessary (this only includes hits in the
SLRU, not the operating system's file system cache)