Re: POC: track vacuum/analyze cumulative time per relation - Mailing list pgsql-hackers

From Bertrand Drouvot
Subject Re: POC: track vacuum/analyze cumulative time per relation
Date
Msg-id Z4peXI1UtEl477DY@ip-10-97-1-34.eu-west-3.compute.internal
Whole thread Raw
In response to Re: POC: track vacuum/analyze cumulative time per relation  (Bertrand Drouvot <bertranddrouvot.pg@gmail.com>)
List pgsql-hackers
Hi,

On Wed, Jan 15, 2025 at 11:09:00AM -0600, Sami Imseih wrote:
> > Appart from the above that LGTM.
> 
> thanks! I took care of your comments.

Thanks!

> I was not sure
> about the need to cast "double" but as you mention this
> is consistent with other parts of pgstatfuncs.c

Yup.

> v4 attached.

One comment:

+       PG_RETURN_FLOAT8(result);                                        \

The "\" indentation looks wrong for this line (was ok in v3).

Regards,

-- 
Bertrand Drouvot
PostgreSQL Contributors Team
RDS Open Source Databases
Amazon Web Services: https://aws.amazon.com



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Re: proposal: schema variables
Next
From: Pavel Stehule
Date:
Subject: Re: Re: proposal: schema variables