Re: "ERROR: Query-specified return tuple and actual function - Mailing list pgsql-bugs

From Joe Conway
Subject Re: "ERROR: Query-specified return tuple and actual function
Date
Msg-id 3E230E24.2070400@joeconway.com
Whole thread Raw
In response to "ERROR: Query-specified return tuple and actual function return tuple do not match" after dropping column  ("Andrzej Kosmala" <ak@webproject.pl>)
Responses Re: "ERROR: Query-specified return tuple and actual function
List 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

pgsql-bugs by date:

Previous
From: "Andrzej Kosmala"
Date:
Subject: "ERROR: Query-specified return tuple and actual function return tuple do not match" after dropping column
Next
From: pgsql-bugs@postgresql.org
Date:
Subject: Bug #873: 7.3.1 install fails for RH7.3... cannot find ascii_and_mic.so