Re: scan-build plpython stuff

From: John Naylor <jcnaylor(at)gmail(dot)com>
To: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: scan-build plpython stuff
Date: 2017-11-29 04:38:25
Message-ID: CAJVSVGXOOEtX_z1EGwHS4_Jc+DB1X6j6d7e7KHfr8ze2k1b2SQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 11/28/17, Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2017-11-29 04:41:52 Re: new function for tsquery creartion
Previous Message Peter Geoghegan 2017-11-29 03:45:53 Re: [HACKERS] WIP: Covering + unique indexes.