From 8cb95a06455446ebc25c6e3b169881955afc3887 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 15 Jan 2026 10:24:49 +0100 Subject: [PATCH] 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 Reviewed-by: Matheus Alcantara Reviewed-by: li carol Reviewed-by: Kirill Reshke Discussion: https://www.postgresql.org/message-id/f31333f1-fbb7-4098-b209-bf2d71fbd4f3%40eisentraut.org --- src/pl/plpython/plpy_plpymodule.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pl/plpython/plpy_plpymodule.c b/src/pl/plpython/plpy_plpymodule.c index 89931612c5b..66781291519 100644 --- a/src/pl/plpython/plpy_plpymodule.c +++ b/src/pl/plpython/plpy_plpymodule.c @@ -153,8 +153,6 @@ PLy_init_plpy(void) PyModule_Create(&PLy_module); - /* PyDict_SetItemString(plpy, "PlanType", (PyObject *) &PLy_PlanType); */ - /* * initialize main module, and add plpy */