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

Bruce Momjian <bruce@momjian.us>

From: Bruce Momjian <bruce@momjian.us>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: PostgreSQL-development <pgsql-hackers@postgreSQL.org>
Date: 2011-07-17T21:08:56Z
Lists: 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. +

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Add temp_file_limit GUC parameter to constrain temporary file space usage.