Re: Re[2]: [GENERAL] SPI_getvalue problem

2001-01-28 Thread Tom Lane
Alex Guryanow <[EMAIL PROTECTED]> writes: > You have right. One of the values passed to SPI_getvalue is NULL. This is second >parameter > (tupdesc). But why on Linux it is not NULL, and on Solaris is? > Here is part of my trigger-code: > rel = CurrentTriggerData->tg_relation; > trigtupl

Re[2]: [GENERAL] SPI_getvalue problem

2001-01-28 Thread Alex Guryanow
Sunday, January 28, 2001, 8:24:51 PM Tom wrote: TL> Alex Guryanow <[EMAIL PROTECTED]> writes: >> I have the following problem: the backend crashes on Solaris while >> executing the function SPI_getvalue. >> At the same time on Linux this trigger works fine. >> Is this a bug or my misconfuguration