Re: automatic analyze: readahead - add "IO read time" log message

Поиск
Список
Период
Сортировка
От Egor Rogov
Тема Re: automatic analyze: readahead - add "IO read time" log message
Дата
Msg-id 9beada99-34ce-8c95-fadb-451768d08c64@postgrespro.ru
обсуждение исходный текст
Ответ на Re: automatic analyze: readahead - add "IO read time" log message  (Stephen Frost <sfrost@snowman.net>)
Ответы Re: automatic analyze: readahead - add "IO read time" log message  (Stephen Frost <sfrost@snowman.net>)
Список pgsql-hackers
Hi,

On 11.02.2021 01:10, Stephen Frost wrote:

> Greetings,
>
> * Heikki Linnakangas (hlinnaka@iki.fi) wrote:
>> On 05/02/2021 23:22, Stephen Frost wrote:
>>> Unless there's anything else on this, I'll commit these sometime next
>>> week.
>> One more thing: Instead of using 'effective_io_concurrency' GUC directly,
>> should call get_tablespace_maintenance_io_concurrency().
> Ah, yeah, of course.
>
> Updated patch attached.


I happened to notice that get_tablespace_io_concurrency() is called 
instead of get_tablespace_maintenance_io_concurrency(). It doesn't look 
right, no?


Regards,
Egor Rogov.




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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Race condition in recovery?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Possible pointer var TupleDesc rettupdesc used not initialized (src/backend/optimizer/util/clauses.c)