]> granicus.if.org Git - postgresql/commit
Revert XactLockTableWait context setup in conditional multixact wait
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 25 Aug 2014 19:33:19 +0000 (15:33 -0400)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 25 Aug 2014 19:33:19 +0000 (15:33 -0400)
commit34356933f044d5e3fa02a30ef1fe859eca20d605
tree2608411971dd3a0013b63d0768d1f90ea2887dcb
parent0bfce7618420c6f1eece55577c61ef2a7a12f80b
Revert XactLockTableWait context setup in conditional multixact wait

There's no point in setting up a context error callback when doing
conditional lock acquisition, because we never actually wait and so the
able wouldn't be able to see it.

Backpatch to 9.4, where this was added.
src/backend/access/heap/heapam.c