SPI question re elog() and aborted transactions?

Поиск
Список
Период
Сортировка
От Ed L.
Тема SPI question re elog() and aborted transactions?
Дата
Msg-id 200304141627.10447.pgsql@bluepolka.net
обсуждение исходный текст
Ответы Re: SPI question re elog() and aborted transactions?  ("Ed L." <pgsql@bluepolka.net>)
Список 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


В списке pgsql-general по дате отправления:

Предыдущее
От: Alec Mitchell
Дата:
Сообщение: Re: Strange query optimization in 7.3.2
Следующее
От: "Ed L."
Дата:
Сообщение: Re: SPI question re elog() and aborted transactions?