Re: Could not open file pg_xlog/000000010....

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: only-victor(at)mail(dot)ru
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Could not open file pg_xlog/000000010....
Date: 2010-10-12 19:25:22
Message-ID: 4808.1286911522@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Victor <only-victor(at)mail(dot)ru> writes:
> Oct 12 17:53:25 localhost postgres[26997]: [1753-1] PANIC: could not
> open file "pg_xlog/000000010000000000000007" (log file 0, segment
> 7): ???????????? ????????

Hm, where's the rest of that error message? You should certainly not
have gotten just question-marks there.

> I hadn't this problem under previous version Postgresql 8.4.3.

I think you have a bad build of Postgres --- there's certainly a problem
in the error reporting, which is a pretty well-exercised part of the
code, and that leads to the idea that there are other problems. Maybe
you used a buggy compiler or some such. Did you build it exactly
the same way as you did 8.4.3, and with the same tools? Does it pass
the regression tests?

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Sergey Burladyan 2010-10-13 04:35:47 problem with glibc strerror messages translation (was: Could not open file pg_xlog/000000010....)
Previous Message Alvaro Herrera 2010-10-12 18:25:20 Re: BUG #5707: Cross compilation for windows is broken