aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-01-08 22:28:32 +0000
committerBruce Momjian <bruce@momjian.us>2003-01-08 22:28:32 +0000
commitc77bc1380a14f98cea802617f5b7c1ca17f19c58 (patch)
treeb09736c0171d889da784dce4f0c917305012722d /src/backend/executor
parentc9967a4909d842add8b0622012931329aa7eb702 (diff)
downloadpostgresql-c77bc1380a14f98cea802617f5b7c1ca17f19c58.tar.gz
postgresql-c77bc1380a14f98cea802617f5b7c1ca17f19c58.zip
This trivial patch implements disabled, deferred triggers, per my
proposal on -hackers a couple days ago. The 'tgenabled' status of the trigger is consulted when the trigger is added to the deferred queue (i.e. when the event occurs that fires the trigger), not when the deferred event is executed. No regression tests, as another bug prevents them (the pg_trigger row for a trigger is only loaded once per session, so any changes to it are not noticed unless the client disconnects and reconnects). Neil Conway
Diffstat (limited to 'src/backend/executor')
0 files changed, 0 insertions, 0 deletions