projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68ac9cf
)
Doc: Add missing step for pg_stat_progress_cluster
author
Michael Paquier
Mon, 28 Oct 2019 05:23:42 +0000
(14:23 +0900)
committer
Michael Paquier
Mon, 28 Oct 2019 05:23:42 +0000
(14:23 +0900)
There is a step to track when the new heap is written, but this was
missing in the documentation.
Author: Noriyoshi Shinoda
Discussion: https://postgr.es/m/AT5PR8401MB06447FAE88E1592754E958B8EE640@AT5PR8401MB0644.NAMPRD84.PROD.OUTLOOK.COM
Backpatch-through: 12
doc/src/sgml/monitoring.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/monitoring.sgml
b/doc/src/sgml/monitoring.sgml
index 828e9084dd72653cbb908f12a2ac8f3bd71bb892..e6c49eebadef7952b8221e59da9d7ea0a4b316f9 100644
(file)
--- a/
doc/src/sgml/monitoring.sgml
+++ b/
doc/src/sgml/monitoring.sgml
@@
-4078,6
+4078,12
@@
SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
CLUSTER
is currently sorting tuples.
+
+
writing new heap
+
+
CLUSTER
is currently writing the new heap.
+
+
swapping relation files