Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: SPI_getvalue gives a core dump



<vivek(at)staff(dot)ownmail(dot)com> writes:
>                 i = DatumGetInt64(SPI_getbinval(SPI_tuptable->vals[0], tupdesc, 1, &isnull));

I think this is your problem: you're trying to use the wrong tupdesc to
retrieve from the SELECT count(*) result.  SPI_tuptable->tupdesc would
work better there.

			regards, tom lane



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group