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

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

From
tgl@postgresql.org (Tom Lane)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    02/05/05 22:39:01

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

Log message:
    Reorder snapshot checks to save a couple comparisons in the common case,
    where the tuple's xmin or xmax is older than the snapshot xmin.  There
    is no need to check it against snapshot xmax in that case.