From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Abhijit Menon-Sen <ams(at)2ndQuadrant(dot)com> |
Cc: | Sim Zacks <sim(at)compulab(dot)co(dot)il>, ebehn(at)arinc(dot)com, pgsql-hackers(at)postgresql(dot)org, Peter Eisentraut <peter_e(at)gmx(dot)net> |
Subject: | Re: Array of composite types returned from python |
Date: | 2014-06-29 14:06:39 |
Message-ID: | 7739.1404050799@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Abhijit Menon-Sen <ams(at)2ndQuadrant(dot)com> writes:
> I had another look now, and I think removing the comment is fine. It
> actually made no sense to me in context, so I went digging a little.
> ...
> Note that the first argument was actually NULL, so the comment made
> sense when it was written. But the code was subsequently changed to
> pass in arg->elm by the following commit:
> commit 09130e5867d49c72ef0f11bef30c5385d83bf194
> Author: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
> Date: Mon Oct 11 22:16:40 2010 -0400
> Fix plpython so that it again honors typmod while assigning to tuple fields.
> This was broken in 9.0 while improving plpython's conversion behavior for
> bytea and boolean. Per bug report from maizi.
> The comment should have been removed at the same time. So I don't think
> there's a problem here.
Yeah, you're right: the comment is referring to the struct PLyTypeInfo *
argument, which isn't there at all anymore. Mea culpa --- that's the same
sort of failure-to-update-nearby-comments thinko that I regularly mutter
about other people making :-(
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Abhijit Menon-Sen | 2014-06-29 14:14:21 | Re: Set new system identifier using pg_resetxlog |
Previous Message | gotoschool6g | 2014-06-29 14:05:50 | Can simplify 'limit 1' with slow function? |