Re: "ERROR: Query-specified return tuple and actual function

From: Joe Conway <mail(at)joeconway(dot)com>
To: Andrzej Kosmala <ak(at)webproject(dot)pl>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: "ERROR: Query-specified return tuple and actual function
Date: 2003-01-13 19:06:12
Message-ID: 3E230E24.2070400@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Andrzej Kosmala wrote:
> PostgreSQL 7.3 on Linux
> After dropping column functions return error message: "ERROR:
> Query-specified return tuple and actual function return tuple do not match"
>

Hmmm, looks like nodeFunctionscan.c:tupledesc_mismatch needs to be
taught about attisdropped. I'll submit a patch this evening if no one
else gets to it first.

Thanks for the report.

Joe

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2003-01-13 19:52:25 Re: "ERROR: Query-specified return tuple and actual function
Previous Message Josh Berkus 2003-01-13 18:59:25 Re: Bug #871: FW: How to solve the problem