<david@andl.org> writes:
> From: Tom Lane [mailto:tgl@sss.pgh.pa.us]
>> Define "executes". You could shove those lines in via the wire protocol,
>> sure, but SPI won't take them.
> Now you really have me puzzled. What I provided is an extract from the log
> of generated SQL commands sent to the SPI interface. [Obviously there also
> values bound to the parameters which do not show up here.]
> The code executes without error and produces exactly the output I expected.
Are you remembering to check the result code from SPI_execute_whatever?
regards, tom lane