Re: stored procedure stats in collector - Mailing list pgsql-patches

From Tom Lane
Subject Re: stored procedure stats in collector
Date
Msg-id 9048.1210725799@sss.pgh.pa.us
Whole thread Raw
In response to Re: stored procedure stats in collector  (Martin Pihlak <martin.pihlak@gmail.com>)
Responses Re: stored procedure stats in collector
List pgsql-patches
Martin Pihlak <martin.pihlak@gmail.com> writes:
> Now I just realized that the current patch doesn't handle this quite
> correctly. Modified patch attached.

I'm starting to look through this now, and I notice that the various
code paths in execQual.c are not too consistent about whether it counts
as a call if a strict function is skipped over because of NULL
arguments.  I'm inclined to make it uniformly say that that's not a call
and is not included in the stats --- any objections?

            regards, tom lane

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: [GENERAL] Making sure \timing is on
Next
From: Alvaro Herrera
Date:
Subject: Re: [GENERAL] Making sure \timing is on