Re: postgres database crashed

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Ashish Goel <postgres_help(at)yahoo(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: postgres database crashed
Date: 2006-10-12 00:05:44
Message-ID: 29820.1160611544@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Ashish Goel <postgres_help(at)yahoo(dot)com> writes:
> We have a following table xyz( id int , fname varchar(50), img image)
> where image is a data type we have created similar to lo.
> ...
> Can somebody suggest us what might be the cause of error and what can we do to resolve it ?

Incorrect code in your custom datatype, almost certainly. Check
computations of memory size allocations, for example. Test it in
a backend compiled with --enable-cassert.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Geoffrey 2006-10-12 00:10:22 Re: more anti-postgresql FUD
Previous Message Tom Lane 2006-10-11 23:45:54 Re: [COMMITTERS] pgsql: Repair incorrect check for coercion of unknown literal to