pgsql: plpython: Remove commented out code - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: plpython: Remove commented out code
Date
Msg-id E1vgK7Q-000aBf-0M@gemulon.postgresql.org
Whole thread Raw
List 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.evan.chao@gmail.com>
Reviewed-by: Matheus Alcantara <matheusssilv97@gmail.com>
Reviewed-by: li carol <carol.li2025@outlook.com>
Reviewed-by: Kirill Reshke <reshkekirill@gmail.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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: pgsql: Enable Python Limited API for PL/Python on MSVC
Next
From: Peter Eisentraut
Date:
Subject: pgsql: plpython: Streamline initialization