[BUGS] Error Restoring Large Database

2002-01-24 Thread Mark Rae
rts -b -Fc core4 > core4.dump gives these errors when trying to restore pg_restore: [archiver (db)] could not execute query: ERROR: insert_fsm_page_entry: failed to insert entry! and ERROR: insert_fsm_page_entry: failed to insert entry! in the logfile

Re: [BUGS] Error Restoring Large Database

2002-01-25 Thread Mark Rae
Tom Lane wrote: > > Mark Rae <[EMAIL PROTECTED]> writes: > > ERROR: copy: line 26501638, insert_fsm_page_entry: failed to insert entry! > > Ugh. I think I see the problem: silly oversight in this routine. > Please apply the attached patch and see if it fixes the f