Re: BUG #10329: Could not read block 0 in file "base/56100265/57047884": read only 0 of 8192 bytes

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: olivier(dot)macchioni(at)wingo(dot)ch
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #10329: Could not read block 0 in file "base/56100265/57047884": read only 0 of 8192 bytes
Date: 2014-05-15 15:09:47
Message-ID: 26235.1400166587@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

olivier(dot)macchioni(at)wingo(dot)ch writes:
> When doing the following query on the standby server:

> select * from ir_translation where src = 'a';

> We have the following error in the logfiles:

> ERROR: could not read block 0 in file "base/56100265/57047884": read only 0
> of 8192 bytes

> When checking the file usage, the following is reported:

> postgres(at)db-stdby:~/9.1/main/base/56100265$
> /usr/lib/postgresql/9.1/bin/oid2name -d xx -f 57047884
>> From database "xx":
> Filenode Table Name
> ---------------------------------------
> 57047884 ir_translation_src_hash_idx

"hash_idx"? Is this a hash index? Those aren't supported for replication
purposes (no WAL code :-().

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Olivier Macchioni 2014-05-15 15:20:35 Re: BUG #10329: Could not read block 0 in file "base/56100265/57047884": read only 0 of 8192 bytes
Previous Message olivier.macchioni 2014-05-15 13:09:45 BUG #10329: Could not read block 0 in file "base/56100265/57047884": read only 0 of 8192 bytes