pgsql: Use maintenance_io_concurrency for ANALYZE prefetch

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема pgsql: Use maintenance_io_concurrency for ANALYZE prefetch
Дата
Msg-id E1mJlCT-0007t0-I5@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Use maintenance_io_concurrency for ANALYZE prefetch

When prefetching pages for ANALYZE, we should be using
maintenance_io_concurrenty (by calling
get_tablespace_maintenance_io_concurrency(), not
get_tablespace_io_concurrency()).

ANALYZE prefetching was introduced in c6fc50c, so back-patch to 14.

Backpatch-through: 14
Reported-By: Egor Rogov
Discussion: https://postgr.es/m/9beada99-34ce-8c95-fadb-451768d08c64%40postgrespro.ru

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ce42efaa2696fa74dffcbaa7d25c4ef00e93e1c0

Modified Files
--------------
src/backend/commands/analyze.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: pgsql: docs: Add command tags for SQL commands
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Count SP-GiST index scans in pg_stat statistics.