Re: [BUGS] failed to re-find parent key in "..." for deletion target page

2007-08-13 Thread Brian Hirt
Unfortunately, I wasn't able to get Tom the requested files. On Aug 10, 2007, at 8:11 AM, Heikki Linnakangas wrote: Any news on this? Tom Lane wrote: Brian Hirt <[EMAIL PROTECTED]> writes: basement_dev=# VACUUM FULL developer_name; ERROR: failed to re-find parent key in "developer_name_deve

Re: [BUGS] failed to re-find parent key in "..." for deletion target page

2007-08-10 Thread Heikki Linnakangas
Any news on this? Tom Lane wrote: > Brian Hirt <[EMAIL PROTECTED]> writes: >> basement_dev=# VACUUM FULL developer_name; >> ERROR: failed to re-find parent key in >> "developer_name_developer_name" for deletion target page 163 > > Oh dear, I thought we'd fixed that. > > Can you send me copies

Re: [BUGS] failed to re-find parent key in "..." for deletion target page

2007-08-04 Thread Tom Lane
Brian Hirt <[EMAIL PROTECTED]> writes: > basement_dev=# VACUUM FULL developer_name; > ERROR: failed to re-find parent key in > "developer_name_developer_name" for deletion target page 163 Oh dear, I thought we'd fixed that. Can you send me copies of this index file ... and preferably the under

[BUGS] failed to re-find parent key in "..." for deletion target page

2007-08-04 Thread Brian Hirt
I was doing some testing with tsearch2 on my dev box and I've run across this problem. I created the tsvector and added the trigger and then i was updating the entire table to populate the ixdfti field. When i was done, I was unable to vacuum the table, I get this error. Any ideas an