Re: scan-build plpython stuff
Peter,
I built plpython with scan-build using Python 2.7.12 and Clang 3.8. On
master, I got 13 warnings, and with your patches only one warning
(report attached).
Make installcheck passes.
Let me know if I can test anything else.
-John Naylor
Attachments:
report-d87fac.htmltext/html; charset=US-ASCII; name=report-d87fac.htmlDownload
On 11/24/17 08:40, John Naylor wrote:
I built plpython with scan-build using Python 2.7.12 and Clang 3.8. On
master, I got 13 warnings, and with your patches only one warning
(report attached).
Thanks for testing. That one bug is actually a new one, recently
introduced by me. I have pushed a separate fix for that one.
--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
On 11/28/17, Peter Eisentraut <peter.eisentraut@2ndquadrant.com> wrote:
On 11/24/17 08:40, John Naylor wrote:
I built plpython with scan-build using Python 2.7.12 and Clang 3.8. On
master, I got 13 warnings, and with your patches only one warning
(report attached).Thanks for testing. That one bug is actually a new one, recently
introduced by me. I have pushed a separate fix for that one.
OK, I've marked this one ready for committer.
-John