Re: ERROR: could not read block - Mailing list pgsql-admin

From Kevin Grittner
Subject Re: ERROR: could not read block
Date
Msg-id 4379B89302000025000006E6@gwmta.wicourts.gov
Whole thread Raw
Responses Re: ERROR: could not read block  (Joshua Marsh <icub3d@gmail.com>)
Re: ERROR: could not read block  (Qingqing Zhou <zhouqq@cs.toronto.edu>)
List pgsql-admin
Could my issue be the same problem as this thread?:

http://archives.postgresql.org/pgsql-bugs/2005-11/msg00114.php

The references to "Invalid Argument" caught my eye.  That thread
did start from a very different point, though.

-Kevin


>>> "Kevin Grittner" <Kevin.Grittner@wicourts.gov>  >>>
It appears that the log file is not being written -- I'll start a
separate thread on that issue.

I reran the query.  Same error, same relation, different block.

dtr=> UPDATE
dtr->     "DbTranRepository"
dtr-> SET "userId" = UPPER("userId")
dtr-> WHERE (
dtr(>     ("userId" <> UPPER("userId")) AND
dtr(>     ("timestampValue" BETWEEN '2005-10-28' AND '2005-11-15'));
ERROR:  could not read block 1118215 of relation 1663/16385/16483:
Invalid argument

-Kevin


pgsql-admin by date:

Previous
From: "codeWarrior"
Date:
Subject: Re: Timestamp not working
Next
From: Joshua Marsh
Date:
Subject: Re: ERROR: could not read block