Re: Trouble with bytea in SPI... - Mailing list pgsql-general

From Tom Lane
Subject Re: Trouble with bytea in SPI...
Date
Msg-id 10133.1125633082@sss.pgh.pa.us
Whole thread Raw
In response to Re: Trouble with bytea in SPI...  (Michael Fuhr <mike@fuhr.org>)
List pgsql-general
Michael Fuhr <mike@fuhr.org> writes:
> On Thu, Sep 01, 2005 at 08:23:31PM -0600, Cristian Prieto wrote:
>> Hello, I've been working just a little with SPI in a few stored
>> functions, this is a model of my SP:

> Please post a real example instead of a "model."

Also, it's good to make at least some minimal effort with gdb to find
out where your code is crashing.  A backtrace from the core dump
(or from catching the signal interactively) often tells a lot.

            regards, tom lane

pgsql-general by date:

Previous
From: Matthew Peter
Date:
Subject: same size VARCHAR or INT IX faster?
Next
From: Michael Meskes
Date:
Subject: Re: ECPG examples...