diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2020-09-24 13:33:10 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2020-09-24 13:33:10 +0000 |
commit | aa1ed0e82cb937b6b71eae980dcc2554d675facb (patch) | |
tree | ecc90f2639eec6ac53e43e653a23696b32dbaa7e /databases/postgresql95-plpython | |
parent | Update to 2.15 (diff) |
Welcome PostgreSQL 13
Release notes: https://www.postgresql.org/about/news/2077/
Notes
Notes:
svn path=/head/; revision=549921
Diffstat (limited to 'databases/postgresql95-plpython')
-rw-r--r-- | databases/postgresql95-plpython/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql95-plpython/Makefile b/databases/postgresql95-plpython/Makefile index e6b6b52fa148..dedd0137e9ca 100644 --- a/databases/postgresql95-plpython/Makefile +++ b/databases/postgresql95-plpython/Makefile @@ -4,4 +4,4 @@ WANT_PGSQL_VER= 9.5 INSTALL_DIRS= src/pl/plpython contrib/hstore_plpython contrib/ltree_plpython -.include "${.CURDIR}/../postgresql12-plpython/Makefile" +.include "${.CURDIR}/../postgresql13-plpython/Makefile" |