Tom Lane wrote:
Because (a) it needs all the same arguments

Well, it needs the Trigger that we're in the process of queueing, the old tuple, the new tuple, and the updated relation. It doesn't need the rest of the content of TriggerData. trigger.c has to manually construct a TriggerData to pass to it, so it's not like it's a notational convenience.

(b) it can share infrastructure with the other RI triggers.

Such as? I don't see anything it allows us to share.

-Neil

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
   (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Reply via email to