Re: BUG #14168: ALTER TABLE SET LOGGED failing

From: David Gould <daveg(at)sonic(dot)net>
To: ganesh(dot)kannan(at)weatheranalytics(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #14168: ALTER TABLE SET LOGGED failing
Date: 2016-06-01 07:06:34
Message-ID: 20160601000634.1fac664c@engels
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Wed, 01 Jun 2016 04:57:41 +0000
ganesh(dot)kannan(at)weatheranalytics(dot)com wrote:

> The following bug has been logged on the website:
>
> Bug reference: 14168
>
> psql:mvTS2.sql:6: ERROR: could not extend file
> "pg_tblspc/16404/PG_9.5_201510051/16407/61740.1": wrote only 4096 of 8192
> bytes at block 175411
> HINT: Check free disk space.
> Time: 335539.031 ms
>
> However, there is enough free space available on the volumes to accommodate
> several of the tables, but ALTER TABLE set logged command consistently
> fails, df -h shows this:
>
> >> df -h | grep data5
> /dev/mapper/vg_pgdata5-lv_pgdata5 9.8T 9.5T 363G 97% /pg_land_data5

Sometimes the unix error ENOSPC covers more than disk space. For example
you could be out of inodes. What does df -i show?

-dg

--
David Gould 510 282 0869 daveg(at)sonic(dot)net
If simplicity worked, the world would be overrun with insects.

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Davygora, Yuriy 2016-06-01 08:20:09 Re: [BUGS] BUG #14166: JDBC driver won't parse error message from DB server in German
Previous Message yancya 2016-06-01 06:59:21 BUG #14169: Incorrect merge join result in 9.5