Re: Array of composite types returned from python
От | Tom Lane |
---|---|
Тема | Re: Array of composite types returned from python |
Дата | |
Msg-id | 7739.1404050799@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | Re: Array of composite types returned from python (Abhijit Menon-Sen <ams@2ndQuadrant.com>) |
Список | pgsql-hackers |
Abhijit Menon-Sen <ams@2ndQuadrant.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@sss.pgh.pa.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
В списке pgsql-hackers по дате отправления: