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

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

From
Tom Lane
Date:
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).