1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

databases/pgpool-II-40: Update from 4.0.2 to 4.0.3

Changelog:

- Skip over "host=" when getting info from conninfo string. (Bo Peng)
- Test: Fix old JDBC functions and typos in regression test 068.memqcache_bug. (Takuma Hoshiai)
- Doc: Fix configuration change timing regarding memory_cache_enabled. (Tatsuo Ishii)
- Fix online recovery failed due to client_idle_limit_in_recovery in certain cases. (bug 431) (Tatsuo Ishii)
- Reduce memory usage when large data set is returned from backend. (bug 462) (Tatsuo Ishii)
- Test: Fix syntax error in extended query test script. (Tatsuo Ishii)
- Fix corner case bug when strip_quote() handle a empty query string. (bug 458) (Tatsuo Ishii)
- Doc: Mention that schema qualifications cannot be used in white/black_function_list. (Tatsuo Ishii)
- Fix typo about wd_priority in watchdog_setup. (Takuma Hoshiai)
- Fixed segfault when wd_lifecheck_method = 'query'. (bug 455) (Muhammad Usama)
- The fix was proposed by Muhammad Usama and some adjustments to the patch and testing is done by Yugo Nagata.
- Fix Pgpool child segfault if failover occurs when trying to establish a connection. (Tatsuo Ishii)
- Doc: fix typo in logdir description. (bug 453) (Tatsuo Ishii)
- Fix PAM authentication failed. (Takuma Hoshiai)
- Fix Pgpool-II hang if a client sends a extended query message such as close after sync message but before next simple query. (Tatsuo Ishii)
- Fix Pgpool-II hang when idle_in_transaction_session_timeout = on. (bug 448) (Tatsuo Ishii)

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

MFH:		2019Q1
This commit is contained in:
Torsten Zuehlsdorff 2019-03-08 15:58:23 +00:00
parent 4ab362cfc3
commit 6614428214
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495052
2 changed files with 4 additions and 5 deletions

View File

@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= pgpool-II
PORTVERSION= 4.0.2
PORTREVISION= 3
PORTVERSION= 4.0.3
CATEGORIES= databases
MASTER_SITES= http://www.pgpool.net/mediawiki/images/
PKGNAMESUFFIX= 40

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1543230542
SHA256 (pgpool-II-4.0.2.tar.gz) = a9324dc84e63961476cd32e74e66b6fdebc5ec593942f8710a688eb88e50dcc1
SIZE (pgpool-II-4.0.2.tar.gz) = 3576212
TIMESTAMP = 1551102601
SHA256 (pgpool-II-4.0.3.tar.gz) = 9eb84d14352c4ab108357c9e0a442f28bdb63e1d209ad13326b83f309e5c475d
SIZE (pgpool-II-4.0.3.tar.gz) = 3715976