aboutsummaryrefslogtreecommitdiff
path: root/src/tutorial/funcs.c
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2013-11-27 17:45:25 -0300
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2013-11-28 11:54:25 -0300
commitfbface6f946242571f4acbfa9a74727c073748ba (patch)
treeeb1347ceecf3429ff73c5908d238259377dae1bd /src/tutorial/funcs.c
parent19ffa951e6ede713fc1298c1d7a53f1eab3958c4 (diff)
downloadpostgresql-fbface6f946242571f4acbfa9a74727c073748ba.tar.gz
postgresql-fbface6f946242571f4acbfa9a74727c073748ba.zip
Cope with heap_fetch failure while locking an update chain
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
Diffstat (limited to 'src/tutorial/funcs.c')
0 files changed, 0 insertions, 0 deletions