• Tom Lane's avatar
    Rework temp_tablespaces patch so that temp tablespaces are assigned separately · 24ee8af5
    Tom Lane authored
    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.
    24ee8af5
nodeHashjoin.h 1020 Bytes