Re: pre-commit triggers

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pre-commit triggers
Date: 2013-11-16 02:21:37
Message-ID: 5286D6B1.4070706@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On 11/15/2013 09:07 PM, Peter Eisentraut wrote:
> On Fri, 2013-11-15 at 13:01 -0500, Andrew Dunstan wrote:
>> Attached is a patch to provide a new event trigger that will fire on
>> transaction commit.
> xact.c: In function ‘CommitTransaction’:
> xact.c:1835:3: warning: implicit declaration of function ‘PreCommitTriggersFire’ [-Wimplicit-function-declaration]
>
>
>

Oops. missed a #include. Revised patch attached.

cheers

andrew

Attachment Content-Type Size
txn-commit-triggers-2.patch text/x-patch 7.0 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jaime Casanova 2013-11-16 03:38:05 Re: Turning recovery.conf into GUCs
Previous Message Peter Eisentraut 2013-11-16 02:07:58 Re: pre-commit triggers