Re: POC: track vacuum/analyze cumulative time per relation

From: Sami Imseih <samimseih(at)gmail(dot)com>
To: Bertrand Drouvot <bertranddrouvot(dot)pg(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: POC: track vacuum/analyze cumulative time per relation
Date: 2025-01-17 15:42:13
Message-ID: CAA5RZ0vKWKULGZ_V8DOOtFHXtsOLMVLCpkJ+guniB66T-o_eZA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> One comment:
>
> + PG_RETURN_FLOAT8(result); \
>
> The "\" indentation looks wrong for this line (was ok in v3).
>
> Regards,
>

Indeed. Corrected in v5

Thanks!

Sami

Attachment Content-Type Size
v5-0001-Track-per-relation-cumulative-time-spent-in-vacuu.patch application/octet-stream 16.2 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2025-01-17 15:45:28 Re: Remove XLogRecGetFullXid() in xlogreader.c?
Previous Message Peter Eisentraut 2025-01-17 15:40:54 Re: pure parsers and reentrant scanners