Re: testing cvs HEAD - HS/SR - missing file
Kevin Grittner <kevin.grittner@wicourts.gov>
From: "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
To: <pgsql-hackers@postgresql.org>,"Erik Rijkers" <er@xs4all.nl>
Date: 2010-01-26T17:39:19Z
Lists: pgsql-hackers
"Erik Rijkers" <er@xs4all.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