Re: Possible patch to remove "triggered data change" support

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>, pgsql-patches(at)postgresql(dot)org
Subject: Re: Possible patch to remove "triggered data change" support
Date: 2001-11-13 01:12:07
Message-ID: 200111130112.fAD1C7B19141@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2001-11-13 01:13:42 Re: ALTER TABLE RENAME fix
Previous Message Bruce Momjian 2001-11-13 01:07:02 Re: [ODBC] MD5 support for ODBC