"Erik Rijkers" <[email protected]> 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
-- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
