pgsql/src/backend/access/heap Tag: REL7_1_STAB ...

Started by Tom Laneabout 25 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl@hub.org 01/05/16 20:48:46

Modified files:
src/backend/access/heap: Tag: REL7_1_STABLE heapam.c

Log message:
Back-patch fix for race condition in heap_update (make sure we hold
the buffer lock while checking page free space).