Re: Unlogged tables cannot be truncated twice - Mailing list pgsql-bugs

From Alvaro Herrera
Subject Re: Unlogged tables cannot be truncated twice
Date
Msg-id 1306790274-sup-6596@alvh.no-ip.org
Whole thread Raw
In response to Unlogged tables cannot be truncated twice  (Greg Sabino Mullane <greg@endpoint.com>)
Responses Re: Unlogged tables cannot be truncated twice
List pgsql-bugs
Excerpts from Greg Sabino Mullane's message of lun may 30 12:00:43 -0400 2011:
> Wow, this one took a bit to narrow down. Here's the failing case:
>
> # create unlogged table foo (a text);
> CREATE TABLE
> # begin;
> BEGIN
> #* truncate table foo;
> TRUNCATE TABLE
> #* truncate table foo;
> ERROR:  could not create file "base/19131/19183_init": File exists
>
> Very reproducible. The column types matter: if the only column
> is an INT, for example, the problem does not occur.

So 19183 is the toast table OID?

--
Álvaro Herrera <alvherre@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

pgsql-bugs by date:

Previous
From: Greg Sabino Mullane
Date:
Subject: Re: Failed pgbench: setrandom invalid maximum number 0
Next
From: Andres Freund
Date:
Subject: Re: Unlogged tables cannot be truncated twice