Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: postgresql-cfbot/postgresql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cf/5623~1
Choose a base ref
...
head repository: postgresql-cfbot/postgresql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cf/5623
Choose a head ref
  • 1 commit
  • 10 files changed
  • 1 contributor

Commits on Mar 30, 2025

  1. Enable IO concurrency on all systems

    Previously effective_io_concurrency and maintenance_io_concurrency could not
    be set above 0 on machines without fadvise support. AIO enables IO concurrency
    without such support, via io_method=worker.
    
    Currently only subsystems using the read stream API will take advantage of
    this. Other users of maintenance_io_concurrency (like recovery prefetching)
    which leverage OS advice directly will not benefit from this change. In those
    cases, maintenance_io_concurrency will have no effect on I/O behavior.
    
    Author: Melanie Plageman <[email protected]>
    Reviewed-by: Noah Misch <[email protected]>
    Discussion: https://postgr.es/m/CAAKRu_atGgZePo=_g6T3cNtfMf0QxpvoUh5OUqa_cnPdhLd=gw@mail.gmail.com
    anarazel committed Mar 30, 2025
    Configuration menu
    Copy the full SHA
    2a5e709 View commit details
    Browse the repository at this point in the history
Loading