On 14 November 2013, Kondo Mitsumasa wrote:
> Subject: Re: [HACKERS] Add min and max execute statement time in
> pg_stat_statement
>
> Oh! Sorry...
> I forgot to attach my latest patch.
* Is the patch in a patch format which has context?
No
* Does it apply cleanly to the current git master?
Yes.
* Does it compiles without any warning?
No. Compilation fails on windows platform. .\contrib\pg_stat_statements\pg_stat_statements.c(1232) : error C2102:
'&'requires l-value1232 Line is: values[i++] = Float8GetDatumFast(sqrt(sqtime - avtime * avtime));
Thanks and Regards,
Kumar Rajeev Rastogi