From: | Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com> |
---|---|
To: | joan(at)sanchezsabe(dot)com, PostgreSQL mailing lists <pgsql-bugs(at)lists(dot)postgresql(dot)org> |
Subject: | Re: BUG #15512: Creating index on 119 M files table generates error [could not determine size of temporary file "0"] |
Date: | 2018-11-19 11:11:59 |
Message-ID: | CAEepm=2S1trZ1TsALeCJ_eK07KqFpQO6+pPvinnosh0=72z6UQ@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
On Tue, Nov 20, 2018 at 12:06 AM PG Bug reporting form
<noreply(at)postgresql(dot)org> wrote:
> Bug reference: 15512
> Logged by: Joan Sánchez Sabé
> Email address: joan(at)sanchezsabe(dot)com
> PostgreSQL version: 11.1
> Operating system: Windows 10
> Description:
>
> This sequence of SQL statements will produce an error "could not determine
> size of temporary file "0"". It is reproducible, and happens on PostgreSQL
> 11.0 and 11.1 systems.
Hello Joan,
Thanks for the report. This was reported also here:
https://www.postgresql.org/message-id/flat/15460-b6db80de822fa0ad%40postgresql.org
https://www.postgresql.org/message-id/flat/CAHDGBJP_GsESbTt4P3FZA8kMUKuYxjg57XHF7NRBoKnR%3DCAR-g%40mail.gmail.com
It is fixed in REL_11_STABLE and master, scheduled for release in 11.2
(though I am still waiting for confirmation from someone who can
actually test the fix on Windows).
In the meantime you can work around the problem with:
SET max_parallel_maintenance_workers = 0
--
Thomas Munro
http://www.enterprisedb.com
From | Date | Subject | |
---|---|---|---|
Next Message | PG Bug reporting form | 2018-11-19 12:23:10 | BUG #15513: PID=0 in pgrowlocks output when using savepoints |
Previous Message | PG Bug reporting form | 2018-11-19 11:05:56 | BUG #15512: Creating index on 119 M files table generates error [could not determine size of temporary file "0"] |