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

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql/src/backend/utils/time tqual.c
Дата
Msg-id 20020506023901.6C538475B79@postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql/src/backend/utils/misc database.c
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql/src/bin/pg_dump pg_backup_archiver.c