- Notifications
You must be signed in to change notification settings - Fork5
Commite518fa7
committed
Cope with heap_fetch failure while locking an update chain
The reason for the fetch failure is that the tuple was removed becauseit 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 callerimmediately. EvalPlanQualFetch is doing something very similar to thisalready.Report and test case from Andres Freund in20131124000203.GA4403@alap2.anarazel.de1 parentb6ecde8 commite518fa7
1 file changed
+10
-1
lines changedLines changed: 10 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4824 | 4824 |
| |
4825 | 4825 |
| |
4826 | 4826 |
| |
4827 |
| - | |
| 4827 | + | |
| 4828 | + | |
| 4829 | + | |
| 4830 | + | |
| 4831 | + | |
| 4832 | + | |
| 4833 | + | |
| 4834 | + | |
| 4835 | + | |
| 4836 | + | |
4828 | 4837 |
| |
4829 | 4838 |
| |
4830 | 4839 |
| |
|
0 commit comments
Comments
(0)