Trigger function returning null

Поиск
Список
Период
Сортировка
От Thomas Hallgren
Тема Trigger function returning null
Дата
Msg-id cfi8os$joo$1@sea.gmane.org
обсуждение исходный текст
Ответы Re: Trigger function returning null  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
In backend/commands/trigger.c the following can be found:
    /*     * Trigger protocol allows function to return a null pointer,     * but NOT to set the isnull result flag.
*/    if (fcinfo.isnull)        ereport(ERROR,
 

Why?

Regards,

Thomas Hallgren



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

Предыдущее
От: strk
Дата:
Сообщение: Re: Dump Version
Следующее
От: Philip Warner
Дата:
Сообщение: Re: Dump Version