Re: [Proposal] Add accumulated statistics - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: [Proposal] Add accumulated statistics
Date
Msg-id 20191201011046.GA2355@paquier.xyz
Whole thread Raw
In response to RE: [Proposal] Add accumulated statistics  ("imai.yoshikazu@fujitsu.com" <imai.yoshikazu@fujitsu.com>)
List pgsql-hackers
On Wed, Oct 30, 2019 at 05:55:28AM +0000, imai.yoshikazu@fujitsu.com wrote:
> And here is the patch which counts the wait event and measuring the wait event time. It is currently like POC and has
severalthings to be improved. 

Please note the patch tester complains about the latest patch:
pgstatfuncs.c: In function ‘pg_stat_get_waitaccum’:
pgstatfuncs.c:2018:3: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement]
Datum  values[PG_STAT_GET_WAITACCUM_COLS];

I am moving it to next CF, marking it as waiting on author.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: [PATCH] Incremental sort (was: PoC: Partial sort)
Next
From: Michael Paquier
Date:
Subject: Re: [Patch] Add a reset_computed_values function inpg_stat_statements