Re: [Proposal] Add accumulated statistics

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: [Proposal] Add accumulated statistics
Дата
Msg-id 20191201011046.GA2355@paquier.xyz
обсуждение исходный текст
Ответ на RE: [Proposal] Add accumulated statistics  ("imai.yoshikazu@fujitsu.com" <imai.yoshikazu@fujitsu.com>)
Список 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

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: Re: [PATCH] Incremental sort (was: PoC: Partial sort)
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: [Patch] Add a reset_computed_values function inpg_stat_statements