[HACKERS] recover corrupted pg_controldata from WAL

2005-07-21 Thread yuanjia lee
limitation. Although I can search from the prevoius segement file of last segement file, but the implementation now just using the last segement file.     Regards Yuanjia Lee Start your day with Yahoo! - make it your home page

Re: [HACKERS] recover corrupted pg_controldata from WAL

2005-07-22 Thread yuanjia lee
will be lost. Altough we can let the user the select the possible time line, but the implementation until now is using the highest time line number. --- Tom Lane <[EMAIL PROTECTED]> wrote: > yuanjia lee <[EMAIL PROTECTED]> writes: > > The algorithm of searching the WAL i

[HACKERS] test

2005-08-05 Thread yuanjia lee
test __ Yahoo! Mail Stay connected, organized, and protected. Take the tour: http://tour.mail.yahoo.com/mailtour.html ---(end of broadcast)--- TIP 6: explain analyze is your friend

[HACKERS] For Review: Allow WAL information to recover corrupted pg_controldata patch

2005-08-06 Thread yuanjia lee
Hi All I had added an option -r to pg_resetxlog to enable the tool can rebuild the corrupted pg_control file from the old xlog files. here is the patch. Sorry I had tried to attached it to the mail, but it failed, I dont know why, here is the link:http://www.geocities.com/yuanjia_pg/pg_resetxlog.d