Thread: pgsql/src/backend/utils/time tqual.c

pgsql/src/backend/utils/time tqual.c

From
tgl@postgresql.org
Date:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    01/12/19 12:18:44

Modified files:
    src/backend/utils/time: tqual.c

Log message:
    Make sure that all variants of HeapTupleSatisfies will do the right thing
    if presented with a tuple in process of being moved by VACUUM.  Per
    bug report from Brian Hirt.