From b1cd8a082327fcfa776a517a2c20b480a54ca3c3 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 30 Dec 2025 22:17:57 +0100 Subject: [PATCH v2 1/4] 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 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 */ base-commit: 540c39cc56f51b27bff9a6fc78d6524564953c6c -- 2.52.0