"Erik Rijkers" <er(at)xs4all(dot)nl> wrote:
> FATAL: could not open file "pg_xlog/0000000100000001000000FF"
> (log file 1, segment 255): No such file or directory
Yeah, log file segment numbers skip FF; they go from FE to 00 with
the "log file" number (the middle part) bumped by one. Whatever is
coming up with that segment number is wrong. (Unless this is
changing in 9.0?)
-Kevin