> It complains
>
> DEBUG: open of /usr2/pgsql/data/pg_xlog/0000000000000000 (log file 0,
> segment 0) failed: No such file or directory
> DEBUG: invalid primary checkpoint record
> DEBUG: open of /usr2/pgsql/data/pg_xlog/0000000000000000 (log file 0,
> segment 0) failed: No such file or directory
> DEBUG: invalid secondary checkpoint record
>
> But these files were not present in the 'data' directory from this
> server, only these:
>
> $ ls
> 00000010000000B7 00000010000000B8 00000010000000B9 00000010000000BA
> 00000010000000BB 00000010000000BC 00000010000000BD 00000010000000BE
>
> Any ideas on how should I proceed?
try pg_resetxlog from contrib.
Regards,
Bjoern