Re: Possible patch to remove "triggered data change" support - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: Possible patch to remove "triggered data change" support
Date
Msg-id 200111130112.fAD1C7B19141@candle.pha.pa.us
Whole thread Raw
In response to Possible patch to remove "triggered data change" support  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Possible patch to remove "triggered data change" support
List pgsql-patches
> Attached is a patch to remove the "triggered data change" error check
> from trigger.c, as well as pick up the performance improvements that
> that allows (due to not having to save deferred trigger events as long).
>
> I am not yet proposing to actually commit this, since the discussion
> about whether it's a good idea is still ongoing in -hackers.  But
> Stephan seemed to want to have a copy for testing purposes, and I
> thought other people might be interested too.

Are you saying we never need to save deferred trigger events any longer,
or just in this case?

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [ODBC] MD5 support for ODBC
Next
From: Bruce Momjian
Date:
Subject: Re: ALTER TABLE RENAME fix