Possible patch to remove "triggered data change" support

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
Cc: pgsql-patches(at)postgreSQL(dot)org
Subject: Possible patch to remove "triggered data change" support
Date: 2001-11-12 23:41:17
Message-ID: 29224.1005608477@sss.pgh.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.

regards, tom lane

Attachment Content-Type Size
unknown_filename text/plain 17.7 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Hiroshi Inoue 2001-11-12 23:48:03 Re: ALTER TABLE RENAME fix
Previous Message Hiroshi Inoue 2001-11-12 23:39:05 Re: [ODBC] MD5 support for ODBC