Re: type casting troubles

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: lockhart(at)fourpalms(dot)org
Cc: PostgreSQL Hackers Mailing List <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: type casting troubles
Date: 2001-09-20 03:19:36
Message-ID: 1196.1000955976@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Thomas Lockhart <lockhart(at)fourpalms(dot)org> writes:
> #2 0x806cb34 in TupleDescInitEntry (desc=0x82d6304, attributeNumber=1,
> attributeName=0x1f8 <Address 0x1f8 out of bounds>, oidtypeid=1184,
> typmod=-1, attdim=0,
> attisset=0 '\000') at tupdesc.c:365

This appears to indicate that you have a Resdom node with an invalid
resname field. Seems like that wouldn't be a datatype-specific issue
at all. Have you changed the handling of cast() nodes?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Rachit Siamwalla 2001-09-20 03:51:19 FOREIGN KEY taking write locks on parent.
Previous Message Tom Lane 2001-09-20 03:11:14 Re: Returning NULL from functions