pgsql: PL/Python: Remove PLy_result_ass_item

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: PL/Python: Remove PLy_result_ass_item
Date: 2012-07-17 20:28:42
Message-ID: E1SrENu-0006eL-NA@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

PL/Python: Remove PLy_result_ass_item

It is apparently no longer used after the new slicing support was
implemented (a97207b6908f1d4a7d19b37b818367bb0171039f), so let's
remove the dead code and see if anything cares.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/71f2dd23210f9607d1584fad89e0f8df9750e921

Modified Files
--------------
src/pl/plpython/plpy_resultobject.c | 14 +-------------
1 files changed, 1 insertions(+), 13 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-07-17 20:57:38 pgsql: Improve coding around the fsync request queue.
Previous Message Peter Eisentraut 2012-07-17 18:53:36 Re: [COMMITTERS] pgsql: Split contrib documentation into extensions and programs