Deprecate PostgreSQL-9.4

Final release was in Fabruary 2020.

WWW:	https://www.postgresql.org/support/versioning/

Also, fix build problems with plperl and plpython  for 9.4
This commit is contained in:
Palle Girgensohn
2020-05-24 21:16:29 +00:00
parent d6f31e6a54
commit 997baed83d
3 changed files with 7 additions and 2 deletions

View File

@@ -2,6 +2,6 @@
WANT_PGSQL_VER= 9.4
INSTALL_DIRS= src/pl/plpython contrib/hstore_plpython contrib/ltree_plpython
INSTALL_DIRS= src/pl/plpython
.include "${.CURDIR}/../postgresql12-plpython/Makefile"