Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).

Robert Haas <rhaas@postgresql.org>

Commit: d86d51a95810caebcea587498068ff32fe28293e
Author: Robert Haas <rhaas@postgresql.org>
Date: 2010-01-05T21:54:00Z
Releases: 9.0.0
Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).

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.

Files