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