The PostgreSQL Global Development Group has released an update to all

supported versions of our database system, including 12.3, 11.8, 10.13,
9.6.18, and 9.5.22.  This release fixes one security issue found in the
PostgreSQL server and over 75 bugs reported over the last three months.

Please plan to update at your earliest convenience.

Update the backup warning text. [1]

Add plpython and plperl libs for hstore, jsonb and ltree for the versions where
they exist. These libs are added to the postgresql??-plpython and -plperl
ports, inspired by [2].

PR:		237910 [1], 245246 [2]
Submitted by:	Francesco [1], Loïc Bartoletti [2]
This commit is contained in:
Palle Girgensohn
2020-05-17 20:37:04 +00:00
parent 81c38160be
commit 751aa87e6a
36 changed files with 173 additions and 28 deletions

View File

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