Обсуждение: pgsql/src/backend/commands trigger.c

Поиск
Список
Период
Сортировка

pgsql/src/backend/commands trigger.c

От
tgl@postgresql.org (Tom Lane)
Дата:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    02/07/20 15:55:39

Modified files:
    src/backend/commands: trigger.c

Log message:
    Tweak CreateTrigger() so that the OID used in the name of an
    RI_ConstraintTrigger is the same OID assigned to the pg_trigger row.
    This reduces consumption of OIDs and may ease debugging.