• Alvaro Herrera's avatar
    Cope with heap_fetch failure while locking an update chain · e518fa7a
    Alvaro Herrera authored
    The reason for the fetch failure is that the tuple was removed because
    it was dead; so the failure is innocuous and can be ignored.  Moreover,
    there's no need for further work and we can return success to the caller
    immediately.  EvalPlanQualFetch is doing something very similar to this
    already.
    
    Report and test case from Andres Freund in
    20131124000203.GA4403@alap2.anarazel.de
    e518fa7a
heapam.c 208 KB