pgsql/src/backend/commands trigger.c - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql/src/backend/commands trigger.c
Date
Msg-id 20020720195539.2C7C7475AB8@postgresql.org
Whole thread Raw
List pgsql-committers
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.


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql/ oc/src/sgml/release.sgml rc/backend/com ...
Next
From: Christopher Kings-Lynne
Date:
Subject: Re: pgsql/ ontrib/dbsize/dbsize.c ontrib/fulltexti ...