plpython: Remove duplicate PyModule_Create() This seems to have existed like this since Python 3 support was added (commit dd4cd55c158), but it's unclear what this second call is supposed to accomplish.
Reviewed-by: Chao Li <[email protected]> Reviewed-by: Matheus Alcantara <[email protected]> Reviewed-by: li carol <[email protected]> Reviewed-by: Kirill Reshke <[email protected]> Discussion: https://www.postgresql.org/message-id/f31333f1-fbb7-4098-b209-bf2d71fbd4f3%40eisentraut.org Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/3263a893fb1d2b36a44c13da701e44c805ed03f6 Modified Files -------------- src/pl/plpython/plpy_plpymodule.c | 2 -- 1 file changed, 2 deletions(-)
