Re: Re[4]: [GENERAL] SPI_getvalue problem

2001-01-28 Thread Tom Lane
Alex Guryanow <[EMAIL PROTECTED]> writes: > DEBUG: tupdesc is NULL Hm. Well, I can assure you that rd_att will *never* be null in a valid relation cache entry. So there is something wrong with either CurrentTriggerData, the relation pointer, or your function's interpretation of the structures.

Re[4]: [GENERAL] SPI_getvalue problem

2001-01-28 Thread Alex Guryanow
Monday, January 29, 2001, 9:33:06 AM Tom wrote: TL> 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: >>