Re: [COMMITTERS] pgsql: Add temp_file_limit GUC parameter to constrain temporary file sp

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: [COMMITTERS] pgsql: Add temp_file_limit GUC parameter to constrain temporary file sp
Date: 2011-07-17 21:08:56
Message-ID: 201107172108.p6HL8vo01029@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers 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(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ It's impossible for everything to be true. +

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-07-17 21:10:02 Re: [COMMITTERS] pgsql: Add temp_file_limit GUC parameter to constrain temporary file sp
Previous Message Tom Lane 2011-07-17 19:05:54 pgsql: Further thoughts about temp_file_limit patch.

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2011-07-17 21:10:02 Re: [COMMITTERS] pgsql: Add temp_file_limit GUC parameter to constrain temporary file sp
Previous Message Tatsuo Ishii 2011-07-17 20:42:39 Re: Re: patch review : Add ability to constrain backend temporary file space