Tom Lane wrote:
> 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
Should we document that sessions that exceed this limit generate an
error? I don't see any mention of this in the docs.
--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ It's impossible for everything to be true. +
In response to
Responses
pgsql-hackers by date
| Next: | From: Tom Lane | Date: 2011-07-17 21:10:02 |
| Subject: Re: [COMMITTERS] pgsql: Add temp_file_limit GUC parameter to constrain temporary file sp |
| Previous: | From: Tatsuo Ishii | Date: 2011-07-17 20:42:39 |
| Subject: Re: Re: patch review : Add ability to constrain backend
temporary file space |
pgsql-committers by date
| Next: | From: Tom Lane | Date: 2011-07-17 21:10:02 |
| Subject: Re: [COMMITTERS] pgsql: Add temp_file_limit GUC parameter to constrain temporary file sp |
| Previous: | From: Tom Lane | Date: 2011-07-17 19:05:54 |
| Subject: pgsql: Further thoughts about temp_file_limit patch. |