mirror of
https://github.com/postgres/postgres.git
synced 2026-06-09 09:03:23 -04:00
d86d51a958
This patch only supports seq_page_cost and random_page_cost as parameters, but it provides the infrastructure to scalably support many more. In particular, we may want to add support for effective_io_concurrency, but I'm leaving that as future work for now. Thanks to Tom Lane for design help and Alvaro Herrera for the review.