• R
    Support ALTER TABLESPACE name SET/RESET ( tablespace_options ). · d86d51a9
    Robert Haas 提交于
    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.
    d86d51a9
plancat.c 26.0 KB