diff options
author | Stephen Frost <sfrost@snowman.net> | 2021-08-27 19:23:14 -0400 |
---|---|---|
committer | Stephen Frost <sfrost@snowman.net> | 2021-08-27 19:23:14 -0400 |
commit | ce42efaa2696fa74dffcbaa7d25c4ef00e93e1c0 (patch) | |
tree | 6ff849cd634eee6b30615637c8a053ebac8d43c6 /src/backend/commands/tablespace.c | |
parent | f01727290fe0c7fdf7bb5a0c2526a15db8c2c52f (diff) | |
download | postgresql-ce42efaa2696fa74dffcbaa7d25c4ef00e93e1c0.tar.gz postgresql-ce42efaa2696fa74dffcbaa7d25c4ef00e93e1c0.zip |
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
Diffstat (limited to 'src/backend/commands/tablespace.c')
0 files changed, 0 insertions, 0 deletions