Re: SRF/dropped column bug

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Joe Conway <mail(at)joeconway(dot)com>
Cc: "Hackers (PostgreSQL)" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: SRF/dropped column bug
Date: 2004-08-08 06:22:15
Message-ID: 6548.1091946135@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Joe Conway <mail(at)joeconway(dot)com> writes:
> I'll start digging into this, but any hints on where to look would be
> greatly appreciated.

I have a couple of similar issues on the radar. The problem probably is
some bit of code that is not accounting for dropped columns in a row
datatype --- ie, the critical part of your example is the DROP COLUMN.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jonathan M. Gardner 2004-08-08 07:00:31 Re: PostgreSQL as an application server
Previous Message Joe Conway 2004-08-08 06:10:44 SRF/dropped column bug