> I see now the following message and couldn't start
> postmaster.
>
> FATAL 2: btree_insert_redo: uninitialized page
>
> Is it a bug ?
Seems so. btree_insert_redo shouldn't see uninitialized pages
(only newroot and split ops add pages to index and they should
be redone before insert op).
Can you post/ftp me tgz of data dir?
Or start up postmaster with --wal_debug=1 and send me
output.
> Anyway,how do I reset my WAL environment ?
Only one way - remove index file. I didn't add file node
to elog output yet (will do for beta2), but wal_debug
will show it.
Vadim