Re: [PATCHES] Deferred RI trigger for non-key UPDATEs and subxacts

2007-07-17 Thread Affan Salman
> > OK, that's what I get for opining before checking the code ;-). Your *cerebral call graph visits* have a knack of being spot on, way more than often. :-) > > Will apply. Thanks, Tom. We're also back-patching this, right? -- Affan Salman En

Re: [PATCHES] Deferred RI trigger for non-key UPDATEs and subxacts

2007-07-16 Thread Affan Salman
vents() only through the invocation of AfterTriggerFireDeferred(), which comes from CommitTransaction() or PrepareTransaction(). -- Affan Salman EnterpriseDB Corporation http://www.enterprisedb.com ---(end of broadcast)---

[PATCHES] Deferred RI trigger for non-key UPDATEs and subxacts

2007-07-13 Thread Affan Salman
test/regress/expected/foreign_key.out | 15 +++ test/regress/sql/foreign_key.sql | 19 +++ 3 files changed, 34 insertions(+), 17 modifications(!) ____ -- Affan Salman