Back-patch fix for race condition in heap_update (make sure we hold

Tom Lane <tgl@sss.pgh.pa.us>

Commit: a246bf935fbb354f2df86aca7528aac7e19d56b3
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2001-05-17T00:48:45Z
Releases: 7.1.2
Back-patch fix for race condition in heap_update (make sure we hold
the buffer lock while checking page free space).

Files

PathChange+/−
src/backend/access/heap/heapam.c modified +57 −11