pgsql: plpython: Remove commented out code

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: plpython: Remove commented out code
Date: 2026-01-15 09:58:20
Message-ID: E1vgK7Q-000aBf-0M@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

plpython: Remove commented out code

This code has been commented out since the first commit of plpython.
It doesn't seem worth keeping.

Reviewed-by: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Reviewed-by: Matheus Alcantara <matheusssilv97(at)gmail(dot)com>
Reviewed-by: li carol <carol(dot)li2025(at)outlook(dot)com>
Reviewed-by: Kirill Reshke <reshkekirill(at)gmail(dot)com>
Discussion: https://www.postgresql.org/message-id/f31333f1-fbb7-4098-b209-bf2d71fbd4f3%40eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8cb95a06455446ebc25c6e3b169881955afc3887

Modified Files
--------------
src/pl/plpython/plpy_plpymodule.c | 2 --
1 file changed, 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2026-01-15 11:16:46 pgsql: plpython: Streamline initialization
Previous Message Peter Eisentraut 2026-01-15 09:36:01 Re: pgsql: Enable Python Limited API for PL/Python on MSVC