In an attempt to simplify my life I'm submitting this patch that

Bruce Momjian <bruce@momjian.us>

Commit: 7f7919256ac1c5f452c78d5a23f53a67af37af67
Author: Bruce Momjian <bruce@momjian.us>
Date: 2003-06-24T23:25:44Z
Releases: 7.4.1
In an attempt to simplify my life I'm submitting this patch that
restructures the deferred trigger queue.  The fundamental change is to
put all the static variables to hold the deferred triggers in a single
structure.

Alvaro Herrera

Files

PathChange+/−
src/backend/commands/trigger.c modified +70 −69