OSDN Git Service

Tweak heap_update/delete so that we do not hold the buffer context lock
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 15 Jan 2001 05:29:19 +0000 (05:29 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 15 Jan 2001 05:29:19 +0000 (05:29 +0000)
commitefd6cade8368a04c92a763e0024f147939f48e2d
tree9b481adb6ce78647890aba22feed7ec02bc1e6ed
parent0b5d194aaa530d2224e9b4cc1c8be51e7291b4e0
Tweak heap_update/delete so that we do not hold the buffer context lock
on the old tuple's page while we are doing TOAST pushups.
src/backend/access/heap/heapam.c
src/backend/access/heap/tuptoaster.c