Rework temp_tablespaces patch so that temp tablespaces are assigned separately

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 24ee8af57378ee3b065f6a0d62aeb5a5c7313284
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2007-06-07T19:19:57Z
Releases: 8.3.0
Rework temp_tablespaces patch so that temp tablespaces are assigned separately
for each temp file, rather than once per sort or hashjoin; this allows
spreading the data of a large sort or join across multiple tablespaces.
(I remain dubious that this will make any difference in practice, but certain
people insisted.)  Arrange to cache the results of parsing the GUC variable
instead of recomputing from scratch on every demand, and push usage of the
cache down to the bottommost fd.c level.

Files