Add temp_file_limit GUC parameter to constrain temporary file space usage.

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

Commit: 23e5b16c71f2706978c5f54aabd28ed23a54b6a5
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2011-07-17T18:19:31Z
Releases: 9.2.0
Add temp_file_limit GUC parameter to constrain temporary file space usage.

The limit is enforced against the total amount of temp file space used by
each session.

Mark Kirkwood, reviewed by Cédric Villemain and Tatsuo Ishii

Files