Re: Fwd: [BUGS] fix: plpgsql: return query and dropped columns problem

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Fwd: [BUGS] fix: plpgsql: return query and dropped columns problem
Date: 2009-08-06 20:47:21
Message-ID: 4899.1249591641@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers

Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> writes:
> There is fixed patch. Please, Jaime, can you look on it?

Applied with significant revisions. I really wanted this code factored
out, because we'd otherwise end up duplicating it in other PLs (and it
was already duplicative of execQual.c). So I pushed the support code
into a new file tupconvert.c.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Paul Matthews 2009-08-06 22:28:19 Re: BUG #4967: polygon @> point incorrect for points close to shared borders
Previous Message Robert Haas 2009-08-06 19:23:12 Re: BUG #4946: bug - libiconv-2.dll

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2009-08-06 21:02:46 Re: "PANIC: cannot make new WAL entries during recovery" in the wild
Previous Message Kevin Grittner 2009-08-06 20:34:20 Re: Table and Index compression