MFH: r501842

databases/pgpool-II-35: Upgrade from 3.5.20 to 3.5.21

Changelog:

  Enhancements

    - Speed up failover when all of backends are down. (Tatsuo Ishii)
    - pgpool-recovery extension and pgpool_setup is now ready for the next major release PostgreSQL 12. (Tatsuo Ishii)

  Bug fixes

    - Fix the wrong error message "ERROR: connection cache is full", when all backend nodes are down. (bug 487) (Bo Peng)
    - Avoid exit/fork storm of pool_worker_child process. (Tatsuo Ishii)
    - Fix black_function_list's broken default value. (Tatsuo Ishii)
    - Fix "not enough space in buffer" error. (bug 499) (Tatsuo Ishii)
    - Fix DROP DATABASE failure. (Tatsuo Ishii)
    - Fix wrong variable in read_status_file() function. (bug 493) (Takuma Hoshiai)
    - Abort session if failover/failback is ongoing to prevent potential segfault. (bug 481, bug 482) (Tatsuo Ishii)
    - Fix compiler warnings. (Tatsuo Ishii)
    - Fix memory leak in "batch" mode in extended query. (bug 468) (Tatsuo Ishii)

Changelog taken from: http://www.pgpool.net/docs/latest/en/html/release-3-5-21.html

Approved by:	ports-secteam (mivy)
This commit is contained in:
Torsten Zuehlsdorff 2019-05-23 08:40:38 +00:00
parent 8f422baf8f
commit e0b8fd7b21
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2019Q2/; revision=502323
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= pgpool-II
PORTVERSION= 3.5.20
PORTVERSION= 3.5.21
CATEGORIES= databases
MASTER_SITES= http://www.pgpool.net/mediawiki/images/
PKGNAMESUFFIX= 35

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1554556296
SHA256 (pgpool-II-3.5.20.tar.gz) = c1f3288bcf60d1a21e2071e767cf2ba92d5421945376a700f05bc140c05de735
SIZE (pgpool-II-3.5.20.tar.gz) = 2278264
TIMESTAMP = 1558014268
SHA256 (pgpool-II-3.5.21.tar.gz) = af35cc101e04513f5fb98d4a64040a9de7035eff09cbb2482cd438b8e37c8d87
SIZE (pgpool-II-3.5.21.tar.gz) = 2284652