diff options
author | tz <tz@FreeBSD.org> | 2019-09-01 05:12:36 +0800 |
---|---|---|
committer | tz <tz@FreeBSD.org> | 2019-09-01 05:12:36 +0800 |
commit | 823182feb487c6e0704bdc073a8246c042e7f65d (patch) | |
tree | 3e988fb5db64184d132c8d9ba2a27b1608a2b583 /databases | |
parent | 5dac2cee93dc1f1a81507399336faac23101b918 (diff) | |
download | freebsd-ports-gnome-823182feb487c6e0704bdc073a8246c042e7f65d.tar.gz freebsd-ports-gnome-823182feb487c6e0704bdc073a8246c042e7f65d.tar.zst freebsd-ports-gnome-823182feb487c6e0704bdc073a8246c042e7f65d.zip |
databases/pgpool: Update from 3.4.24 to 3.4.25
Changelog:
Enhancements:
- Import some of memory manager debug facilities from PostgreSQL. (Tatsuo Ishii)
- Use pg_get_expr() instead of pg_attrdef.adsrc to support for PostgreSQL 12. (Bo Peng)
- Enhance shutdown script of pgpool_setup. (Tatsuo Ishii)
- Make shutdownall to wait for completion of shutdown of Pgpool-II.
- If environment variable CHECK_TIME_WAIT is set to true, use netstat command to confirm usage of the TCP/IP port while executing shutdown script.
- Deal pgpool_adm extension with PostgreSQL 12. (Tatsuo Ishii)
Bug fixes:
- Fix pgpool_setup to produce correct follow master command. (Tatsuo Ishii)
- Fix query cache module so that it checks oid array's bound. (Tatsuo Ishii)
- Fix off-by-one error in query cache module. (Tatsuo Ishii)
- Fix segfault when samenet is specified in pool_hba.conf. (Tatsuo Ishii)
- Fix to deal with backslashes according to the config of standard_conforming_strings in native replication mode. (bug 467) (Bo Peng)
- Fix memory leaks. (Tatsuo Ishii)
MFH: 2019Q3
Diffstat (limited to 'databases')
-rw-r--r-- | databases/pgpool/Makefile | 3 | ||||
-rw-r--r-- | databases/pgpool/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/databases/pgpool/Makefile b/databases/pgpool/Makefile index 4b0ec7f0da2a..978a7054b82b 100644 --- a/databases/pgpool/Makefile +++ b/databases/pgpool/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pgpool -PORTVERSION= 3.4.24 -PORTREVISION= 1 +PORTVERSION= 3.4.25 CATEGORIES= databases MASTER_SITES= http://www.pgpool.net/mediawiki/images/ DISTNAME= ${PORTNAME}-II-${PORTVERSION} diff --git a/databases/pgpool/distinfo b/databases/pgpool/distinfo index d1bf6f85dbe2..b5fc5bc83a29 100644 --- a/databases/pgpool/distinfo +++ b/databases/pgpool/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1558014223 -SHA256 (pgpool-II-3.4.24.tar.gz) = be4ca23e77ebb70fe06e83dc1d6ab80839be612913720962f103523eb38f735e -SIZE (pgpool-II-3.4.24.tar.gz) = 2184878 +TIMESTAMP = 1567200275 +SHA256 (pgpool-II-3.4.25.tar.gz) = 9acfa1ac047c92d807e20d0deddebec4ca50e20cc3e7caaf5c8397b608cf165c +SIZE (pgpool-II-3.4.25.tar.gz) = 2187156 |