[HACKERS] scan-build plpython stuff - Mailing list pgsql-hackers

From Peter Eisentraut
Subject [HACKERS] scan-build plpython stuff
Date
Msg-id 57360908-3e89-4189-fe45-e9d0df288ce5@2ndquadrant.com
Whole thread Raw
List pgsql-hackers
I wanted to make some progress cleaning up some of the warnings produced
by scan-build, so I grabbed plpython and fixed all the warnings there.

Attached are two patches, one that decorates PLy_elog() with compiler
hints similar to elog(), and one with some very minor tweaks.  This
fixes all 13 or so (depending on scan-build version) warnings in plpython.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Attachment

pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: [HACKERS] POC: Sharing record typmods between backends
Next
From: Peter Eisentraut
Date:
Subject: [HACKERS] obsolete code in pg_upgrade