pgsql/src/backend/utils/time tqual.c - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql/src/backend/utils/time tqual.c
Date
Msg-id 20020506023901.6C538475B79@postgresql.org
Whole thread Raw
List pgsql-committers
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.


pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql/src/backend/utils/misc database.c
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql/src/bin/pg_dump pg_backup_archiver.c