pgsql: Minor code rearrangement to save a few cycles in RI_FKey_check

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Minor code rearrangement to save a few cycles in RI_FKey_check
Дата
Msg-id 20060821191530.00CDB9FB40A@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Minor code rearrangement to save a few cycles in RI_FKey_check when
the subject tuple is already deleted: we need not open the pk_rel
until after we check that.

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        ri_triggers.c (r1.86 -> r1.87)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/ri_triggers.c.diff?r1=1.86&r2=1.87)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Remove obsolete tip about casting bool to int, per Taiki
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix encrypted-LDAP support so that it doesn't cause the server to