What does pg_stat_get_xact_function_self_time count exactly? - Mailing list pgsql-hackers

From Chapman Flack
Subject What does pg_stat_get_xact_function_self_time count exactly?
Date
Msg-id 5F6E6E30.4030703@anastigmatix.net
Whole thread Raw
List pgsql-hackers
Hi,

Is the self-time of a tracked function (as reported by
pg_stat_get_xact_function_self_time) its total time minus

- the time of other tracked functions it calls?

- the time of other tracked or untracked functions it calls?

- the time of other tracked/untracked functions or SPI functions it calls?

- something else?

Regards,
-Chap



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Libpq support to connect to standby server as priority
Next
From: David Zhang
Date:
Subject: a potential size overflow issue