diff options
author | tz <tz@FreeBSD.org> | 2019-09-01 05:26:27 +0800 |
---|---|---|
committer | tz <tz@FreeBSD.org> | 2019-09-01 05:26:27 +0800 |
commit | f65ac6c3a7ea0a94a9839d83bd9752a8fd6bd2cf (patch) | |
tree | 9536e176b52dd38c4aa6be54c1858476b04dc536 /databases | |
parent | 2539e2cef74e19e4e52913718547ce197c2a8b6e (diff) | |
download | freebsd-ports-gnome-f65ac6c3a7ea0a94a9839d83bd9752a8fd6bd2cf.tar.gz freebsd-ports-gnome-f65ac6c3a7ea0a94a9839d83bd9752a8fd6bd2cf.tar.zst freebsd-ports-gnome-f65ac6c3a7ea0a94a9839d83bd9752a8fd6bd2cf.zip |
databases/pgpool-II-37: Upgrade from 3.7.10 to 3.7.11
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.
- Doc: add description to pg_md5 man page how to show pool_passwd hashed string. (Tatsuo Ishii)
- Doc: add general description about failover. (Tatsuo Ishii)
- Deal pgpool_adm extension with PostgreSQL 12. (Tatsuo Ishii)
Bug fixes:
- Fix "unable to bind. cannot get parse message" error. (bug 531) (Tatsuo Ishii)
- Fix online-recovery is blocked after a child process exits abnormally with replication mode and watchdog. (bug 483) (Muhammad Usama)
- Fix for keep the backend health check running on quarantined nodes. (Muhammad Usama)
- Fix for no primary on standby pgpool when primary is quarantined on master. (Muhammad Usama)
- Fix watchdog_setup command mode option to work correctly. (Takuma Hoshiai)
- 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)
- Allow health check process to reload. (Tatsuo Ishii)
- Fix sefault when query cache is enabled. (bug 525) (Tatsuo Ishii)
- Down grade LOG "checking zapping sent message ..." to DEBUG5. (Tatsuo Ishii)
- Fix segfault when samenet is specified in pool_hba.conf. (Tatsuo Ishii)
- Doc: Fix documentation mistakes in follow_master.sh script and typos. (Bo Peng)
- Fix health check process is not shutting down in certain cases. (Tatsuo Ishii)
- Fix to deal with backslashes according to the config of standard_conforming_strings in native replication mode. (bug 467) (Bo Peng)
- Fix compile error on FreeBSD. (bug 512, bug 519) (Bo Peng)
- Fix memory leaks. (Tatsuo Ishii)
- Make failover in progress check more aggressively to avoid potential segfault. (Tatsuo Ishii)
MFH: 2019Q3
Diffstat (limited to 'databases')
-rw-r--r-- | databases/pgpool-II-37/Makefile | 3 | ||||
-rw-r--r-- | databases/pgpool-II-37/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/databases/pgpool-II-37/Makefile b/databases/pgpool-II-37/Makefile index 2dac543897d9..976f95247fb7 100644 --- a/databases/pgpool-II-37/Makefile +++ b/databases/pgpool-II-37/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= pgpool-II -PORTVERSION= 3.7.10 -PORTREVISION= 1 +PORTVERSION= 3.7.11 CATEGORIES= databases MASTER_SITES= http://www.pgpool.net/mediawiki/images/ PKGNAMESUFFIX= 37 diff --git a/databases/pgpool-II-37/distinfo b/databases/pgpool-II-37/distinfo index e7cdefe6ee1d..c264de05adc8 100644 --- a/databases/pgpool-II-37/distinfo +++ b/databases/pgpool-II-37/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1558014430 -SHA256 (pgpool-II-3.7.10.tar.gz) = ff4c2ad146d62aafc22c8ae10f592f7a6e924e93823755d51b120b213b91d8d6 -SIZE (pgpool-II-3.7.10.tar.gz) = 3375419 +TIMESTAMP = 1567201196 +SHA256 (pgpool-II-3.7.11.tar.gz) = 22060c71700ca648b4b1a277860fbfaced078e4fbc2b91c248a23cbfbd863a9a +SIZE (pgpool-II-3.7.11.tar.gz) = 3642106 |