Re: Add min and max execute statement time in pg_stat_statement - Mailing list pgsql-hackers

From Petr Jelinek
Subject Re: Add min and max execute statement time in pg_stat_statement
Date
Msg-id 54E929FD.8090806@2ndquadrant.com
Whole thread Raw
In response to Re: Add min and max execute statement time in pg_stat_statement  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: Add min and max execute statement time in pg_stat_statement  (Petr Jelinek <petr@2ndquadrant.com>)
List pgsql-hackers
On 21/02/15 22:09, Andrew Dunstan wrote:
>
> On 02/16/2015 09:05 PM, Petr Jelinek wrote:
>>
>> I found one more issue with the 1.2--1.3 upgrade script, the DROP
>> FUNCTION pg_stat_statements(); should be DROP FUNCTION
>> pg_stat_statements(bool); since in 1.2 the function identity has changed.
>>
>>
>
>
> I think all the outstanding issues are fixed in this patch.
>

I think PGSS_FILE_HEADER should be also updated, otherwise it's good.


--  Petr Jelinek                  http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training &
Services



pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: Abbreviated keys for Numeric
Next
From: Robert Haas
Date:
Subject: Re: Parallel Seq Scan