pgsql: Hide unused variable warnings under Python 3

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Hide unused variable warnings under Python 3
Date: 2011-08-18 11:48:12
Message-ID: E1Qu152-0006iv-6w@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Hide unused variable warnings under Python 3

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f684bcb5238c13c8ba5a3770f4d0856677f99b35

Modified Files
--------------
src/pl/plpython/plpython.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2011-08-18 13:46:52 Re: pgsql: Properly handle empty arrays returned from plperl functions.
Previous Message Peter Eisentraut 2011-08-18 11:47:57 pgsql: Improve detection of Python 3.2 installations