Re: [COMMITTERS] pgsql: Add temp_file_limit GUC parameter to constrain temporary file sp - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [COMMITTERS] pgsql: Add temp_file_limit GUC parameter to constrain temporary file sp
Date
Msg-id 201107172108.p6HL8vo01029@momjian.us
Whole thread Raw
Responses Re: [COMMITTERS] pgsql: Add temp_file_limit GUC parameter to constrain temporary file sp
List pgsql-hackers
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@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + It's impossible for everything to be true. +


pgsql-hackers by date:

Previous
From: Tatsuo Ishii
Date:
Subject: Re: Re: patch review : Add ability to constrain backend temporary file space
Next
From: Tom Lane
Date:
Subject: Re: [COMMITTERS] pgsql: Add temp_file_limit GUC parameter to constrain temporary file sp