pgsql: Add maintenance_io_concurrency flag to some read stream users - Mailing list pgsql-committers

From Melanie Plageman
Subject pgsql: Add maintenance_io_concurrency flag to some read stream users
Date
Msg-id E1u9T5y-0002qW-2L@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add maintenance_io_concurrency flag to some read stream users

Index vacuuming and [auto]prewarm AIO concurrency should be governed by
maintenance_io_concurrency. As such, pass those read stream users the
READ_STREAM_MAINTENANCE flag which will calculate their read stream
distance with maintenance_io_concurrency instead of
effective_io_concurrency. This was an oversight in the original commits
making those operations use the read stream API.

Discussion: https://postgr.es/m/flat/CAAKRu_aopDxTo4b41Mt_7Zc-z0_ngocrY8SFCCY6Aph1HgwuNw%40mail.gmail.com

Branch
------
master

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

Modified Files
--------------
contrib/pg_prewarm/autoprewarm.c      | 3 ++-
contrib/pg_prewarm/pg_prewarm.c       | 3 ++-
src/backend/access/gist/gistvacuum.c  | 3 ++-
src/backend/access/nbtree/nbtree.c    | 3 ++-
src/backend/access/spgist/spgvacuum.c | 3 ++-
5 files changed, 10 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: pgsql: Fix obsolete nbtree array advancement comment.