Re: sig 11 in RC3

Поиск
Список
Период
Сортировка
От Holger Krug
Тема Re: sig 11 in RC3
Дата
Msg-id 20020104174214.B24700@dev12.rationalizer.com
обсуждение исходный текст
Ответ на Re: sig 11 in RC3  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Fri, Jan 04, 2002 at 11:02:04AM -0500, Tom Lane wrote:
> mlw <markw@mohawksoft.com> writes:

> Alternatively, keep the data structure in a longer-lived context
> (TransactionCommandContext should work) instead of the per-tuple
> context.

It depends, I had to use `TopTransactionContect' in a similar case.

If you really want to return a pointer, I would recommend to
introduce a new type `pointer', where the input and output functions
simply call `elog(ERROR,..)'. This way you can avoid to forget that
your pointer cannot be externalized.

-- 
Holger Krug
hkrug@rationalizer.com


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

Предыдущее
От: Holger Krug
Дата:
Сообщение: ON ERROR triggers
Следующее
От: Kaare Rasmussen
Дата:
Сообщение: Re: Updated TODO item