databases/pgpool-II-40: Upgrade from 4.0.6 to 4.0.8

Changelog for 4.0.7:

Bug fixes

    Fix incorrect query rewrite in replication mode. (Bo Peng)

    Fix that health check timeout does work in certain case. (Tatsuo Ishii)

    Discussion: [pgpool-hackers: 3458], [pgpool-hackers: 3459]

    Doc: add failover_command description when all standby nodes are down. (Takuma Hoshiai)

    Doc: add note not to assign PostgreSQL servers to trusted_servers. (Tatsuo Ishii)

    Fix for miscellaneous watchdog issues. (Muhammad Usama)

    Fix assorted ancient v2 protocol bugs. (Tatsuo Ishii)

    Fix problem that syslog_facility doesn't change by reload. (bug 548) (Takuma Hoshiai)

    Fix Pgpool-II shutdown failed in certain case. (Tatsuo Ishii)

    Allow the lost standby node to rejoin the master watchdog node when it gets rediscovered by the lifecheck. (bug 545) (Muhammad Usama)

    Overhaul health check debug facility. (Tatsuo Ishii)

    Fix segfault when executing an erroneous query after DEALLOCATE a named statement. (bug 546) (Tatsuo Ishii)

    Doc: clarify that certificate authentication works between only client and Pgpool-II. (Tatsuo Ishii)

    Doc: update configuration Examples "Pgpool-II + Watchdog Setup Example". (Bo Peng)

    Doc: mention that VIP will not be brougt up if quorum does not exist. (Tatsuo Ishii)

    Fix pgpool_setup to deal with PostgreSQL 9.1. (Tatsuo Ishii)

    Fix for password authentication does not work when the password for the connecting user is not found in the pool_passwd file. (bug 534) (Muhammad Usama)

    Add "-I" option to arping_cmd command default setting. (Bo Peng)

Changelog taken from: https://www.pgpool.net/docs/latest/en/html/release-4-0-7.html

Changelog for 4.0.8:

Changes

    Disallowing the quorum aware failover option for the native replication mode. (Muhammad Usama)

    Check if socket file exists at startup and remove them if PID file doesn't exist to avoid bind() failire. (Bo Peng)

Bug fixes

    Fix incorrect query rewriting in native replication mode. (bug 551) (Bo Peng)

    Doc: Update documentation and fix documentation typos. (Takuma Hoshiai, Tatsuo Ishii, Bo Peng)

    Fix child process segfault after reload if health_check_database is empty. (bug 571) (Bo Peng)

    Fix pgpool_setup to support PostgreSQL 12. (Tatsuo Ishii)

    Doc: Change the sample follow_master_command script %M %H paramater's order. (Bo Peng)

    Fix occasional regression test failure. (Tatsuo Ishii)

    Fix replication delay worker segfault when application_name in primary_conninfo is an empty string. (bug 565) (Tatsuo Ishii)

    Fix PGPOOL SHOW command doesn't display ALWAYS_MASTER, when backend_flag = 'ALWAYS_MASTER'. (Takuma Hoshiai)

    Fix the bug with ignored syslog setting. (Bo Peng)

Changelog taken from: https://www.pgpool.net/docs/latest/en/html/release-4-0-8.html
This commit is contained in:
Torsten Zuehlsdorff 2020-03-15 21:20:19 +00:00
parent 3bf9490074
commit 5cf73415b4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=528505
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= pgpool-II
PORTVERSION= 4.0.6
PORTVERSION= 4.0.8
CATEGORIES= databases
MASTER_SITES= http://www.pgpool.net/mediawiki/images/
PKGNAMESUFFIX= 40

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1567201236
SHA256 (pgpool-II-4.0.6.tar.gz) = e521db8efbaa58c98a0565f71f938c6fa2f661fd7d7ce1d7f4ff65ff195e952e
SIZE (pgpool-II-4.0.6.tar.gz) = 3804154
TIMESTAMP = 1584221322
SHA256 (pgpool-II-4.0.8.tar.gz) = 6d3ade6f4af23dff1738354ac645adaeaa04c98b79591b9b734142eb18355842
SIZE (pgpool-II-4.0.8.tar.gz) = 3832833