Re: c extension

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Joe Conway <mail(at)joeconway(dot)com>
Cc: Kjetil Haaland <kjetil(dot)haaland(at)student(dot)uib(dot)no>, pgsql-novice(at)postgresql(dot)org
Subject: Re: c extension
Date: 2004-11-03 19:53:17
Message-ID: 16174.1099511597@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Joe Conway <mail(at)joeconway(dot)com> writes:
> Kjetil Haaland wrote:
>> Is there any good reason it should work with integers and not with characters?

> Not sure -- sheer luck ;-)

Maybe it's a memory clobber, like writing one more array position than
you actually allocated? Check your address and sizing arithmetic.

regards, tom lane

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Paul Daniels @rinbe 2004-11-03 22:43:39 Re: using postgreSQL with MS-IIS and eGroupWare
Previous Message Joe Conway 2004-11-03 16:42:40 Re: c extension