pgsql: Remove obsolete Python version check - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Remove obsolete Python version check
Date
Msg-id E1tmuyk-0000sT-09@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove obsolete Python version check

The checked version is already the current minimum supported version
(3.2).

Discussion: https://www.postgresql.org/message-id/flat/ee410de1-1e0b-4770-b125-eeefd4726a24@eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/32c393f9f1f148febcd741e7067e9537825587cc

Modified Files
--------------
src/pl/plpython/plpy_exec.c | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)


pgsql-committers by date:

Previous
From: Richard Guo
Date:
Subject: pgsql: Eliminate code duplication in replace_rte_variables callbacks
Next
From: Andres Freund
Date:
Subject: pgsql: Change _mdfd_segpath() to return paths by value