From b1ad895e12f099f41c8dc1a16f1b3ba2a6e29e06 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Mon, 28 Oct 2019 14:23:48 +0900 Subject: [PATCH] Doc: Add missing step for pg_stat_progress_cluster 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 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 828e9084dd..e6c49eebad 100644 --- 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