BUG #13974: temp_file_limit effects vacuum

From: andreas(dot)papst(at)univie(dot)ac(dot)at
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #13974: temp_file_limit effects vacuum
Date: 2016-02-19 09:18:38
Message-ID: 20160219091838.772.10423@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 13974
Logged by: Andreas Papst
Email address: andreas(dot)papst(at)univie(dot)ac(dot)at
PostgreSQL version: 9.4.6
Operating system: Debian
Description:

Hey,

I'm pretty sure, it works as intended, but maybe it is useful to other
postgres users too to have stated in the description of

temp_file_limit

that this value effects vacuum runs too:

vacuumdb: vacuuming of database "test" failed: ERROR: temporary file
size exceeds temp_file_limit (2097152kB)

Just my 2 ct.

Thank you
Andreas

Link: http://www.postgresql.org/docs/9.4/static/runtime-config-resource.html

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Amit Kapila 2016-02-19 13:33:34 Re: Re: BUG #13685: Archiving while idle every archive_timeout with wal_level hot_standby
Previous Message Brian Ghidinelli 2016-02-19 01:16:26 Re: BUG #13970: Vacuum hangs on particular table; cannot be terminated - requires `kill -QUIT pid`