From 0a0a6c9ca4a76b26938e685e2bbb0a40ba93245e Mon Sep 17 00:00:00 2001 From: Keith Pitt Date: Thu, 7 May 2020 21:04:46 +0800 Subject: [PATCH] Even better words --- app/views/pg_hero/home/_live_queries_table.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/pg_hero/home/_live_queries_table.html.erb b/app/views/pg_hero/home/_live_queries_table.html.erb index 1482f2853..c30a08cec 100644 --- a/app/views/pg_hero/home/_live_queries_table.html.erb +++ b/app/views/pg_hero/home/_live_queries_table.html.erb @@ -30,7 +30,7 @@
<% num_dead_tuples = vacuum_progress[query[:pid]][:num_dead_tuples] %> <% max_dead_tuples = vacuum_progress[query[:pid]][:max_dead_tuples] %> - <%= num_dead_tuples %> / <%= max_dead_tuples %> (<%= ((num_dead_tuples.to_f / max_dead_tuples.to_f) * 100).round(2) %>%) dead tuples 💀 + <%= num_dead_tuples %> / <%= max_dead_tuples %> (<%= ((num_dead_tuples.to_f / max_dead_tuples.to_f) * 100).round(2) %>%) dead tuples until next index vacuum 💀 <% elsif phase == "vacuuming heap" %> <% heap_blks_vacuumed = vacuum_progress[query[:pid]][:heap_blks_vacuumed] %> <% heap_blks_total = vacuum_progress[query[:pid]][:heap_blks_total] %>