pgsql: PL/Python: Remove PLy_result_ass_item - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: PL/Python: Remove PLy_result_ass_item
Date
Msg-id E1SrENu-0006eL-NA@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Show step titles in the pg_upgrade man page
Next
From: Tom Lane
Date:
Subject: pgsql: Improve coding around the fsync request queue.