Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 May 2019 08:30:16 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r501841 - head/databases/pgpool
Message-ID:  <201905170830.x4H8UG0c082446@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Fri May 17 08:30:16 2019
New Revision: 501841
URL: https://svnweb.freebsd.org/changeset/ports/501841

Log:
  databases/pgpool: Upgrade from 3.4.23 to 3.4.24
  
  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)
      - The error occurred while processing error message returned from backend and the cause is that the query string in question is too big. Problem is, the buffer is in fixed size (8192 bytes). Eliminate the fixed size buffer and use palloced buffer instead. This also saves some memory copy work.
      - Fix DROP DATABASE failure. (Tatsuo Ishii)
      - Fix wrong variable in read_status_file() function. (bug 493) (Takuma Hoshiai)
      - Fix compiler warnings. (Tatsuo Ishii)
  
  Changelog taken from: http://www.pgpool.net/docs/latest/en/html/release-3-4-24.html

Modified:
  head/databases/pgpool/Makefile
  head/databases/pgpool/distinfo

Modified: head/databases/pgpool/Makefile
==============================================================================
--- head/databases/pgpool/Makefile	Fri May 17 08:23:44 2019	(r501840)
+++ head/databases/pgpool/Makefile	Fri May 17 08:30:16 2019	(r501841)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pgpool
-PORTVERSION=	3.4.23
+PORTVERSION=	3.4.24
 CATEGORIES=	databases
 MASTER_SITES=	http://www.pgpool.net/mediawiki/images/
 DISTNAME=	${PORTNAME}-II-${PORTVERSION}

Modified: head/databases/pgpool/distinfo
==============================================================================
--- head/databases/pgpool/distinfo	Fri May 17 08:23:44 2019	(r501840)
+++ head/databases/pgpool/distinfo	Fri May 17 08:30:16 2019	(r501841)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1554556131
-SHA256 (pgpool-II-3.4.23.tar.gz) = f8371a3e7eddea83d309a20c0907a61348284eab9d8674f6de2d7edb2173af6c
-SIZE (pgpool-II-3.4.23.tar.gz) = 2182309
+TIMESTAMP = 1558014223
+SHA256 (pgpool-II-3.4.24.tar.gz) = be4ca23e77ebb70fe06e83dc1d6ab80839be612913720962f103523eb38f735e
+SIZE (pgpool-II-3.4.24.tar.gz) = 2184878



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905170830.x4H8UG0c082446>