Re: patch fixing the old RETURN NEXT bug

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Sergey E(dot) Koposov" <math(at)sai(dot)msu(dot)ru>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: patch fixing the old RETURN NEXT bug
Date: 2006-02-12 17:28:43
Message-ID: 18807.1139765323@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

"Sergey E. Koposov" <math(at)sai(dot)msu(dot)ru> writes:
> The problem with that is in fact in pl_exec.c in function
> compatible_tupdesc(), which do not check for the deleted attributes.

Is that really the only problem?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Sergey E. Koposov 2006-02-12 17:34:26 Re: patch fixing the old RETURN NEXT bug
Previous Message Sergey E. Koposov 2006-02-12 17:15:53 patch fixing the old RETURN NEXT bug

Browse pgsql-patches by date

  From Date Subject
Next Message Sergey E. Koposov 2006-02-12 17:34:26 Re: patch fixing the old RETURN NEXT bug
Previous Message Sergey E. Koposov 2006-02-12 17:15:53 patch fixing the old RETURN NEXT bug