OSDN Git Service

Tweak CreateTrigger() so that the OID used in the name of an
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 20 Jul 2002 19:55:38 +0000 (19:55 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 20 Jul 2002 19:55:38 +0000 (19:55 +0000)
commitb70b78656b352cb4d00655b5ad653353e7d95e55
tree900af738a30419e63d04d98c2adcf3bc22ae3d4b
parent17b28503d0d6c354606fce93d26b2febf18258c5
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.
src/backend/commands/trigger.c