SPI question re elog() and aborted transactions?

From: "Ed L(dot)" <pgsql(at)bluepolka(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: SPI question re elog() and aborted transactions?
Date: 2003-04-14 22:27:10
Message-ID: 200304141627.10447.pgsql@bluepolka.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I have a C trigger function using SPI. It's purpose is never more important
than the transaction itself, so I don't ever want the C function to abort
the transaction under any circumstances.

Can I accomplish this by simply never calling elog(ERROR, ...)? (And not
crashing or doing anything else programmatically mischievous, of course).

Ed

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ed L. 2003-04-14 22:31:53 Re: SPI question re elog() and aborted transactions?
Previous Message Alec Mitchell 2003-04-14 22:20:29 Re: Strange query optimization in 7.3.2