View Single Post

   
  #3 (permalink)  
Old 04-18-2008, 11:22 AM
Tom Lane
 
Posts: n/a
Default Re: HOT latest patch - version 8

Heikki Linnakangas <heikki@enterprisedb.com> writes:
> A much simpler approach would be to try to acquire the vacuum lock, and
> compact the page the usual way, and fall back to a cold update if we
> can't get the lock immediately.


Seems like that could work.

> I'm looking for ways to make the patch simpler and less invasive.


+1 on that, for sure.

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

Reply With Quote