内容简介:PgBouncer 1.9.0 已发布,更新内容如下: Features RECONNECT command WAIT_CLOSE command Fast close - Disconnect a server in session pool mode immediately if it is in “close_needed” (reconnect) mode...
PgBouncer 1.9.0 已发布,更新内容如下:
Features
RECONNECT command
WAIT_CLOSE command
Fast close - Disconnect a server in session pool mode immediately if it is in “close_needed” (reconnect) mode.
Add close_needed column to SHOW SERVERS
Fixes
Avoid double-free in parse_filename
Avoid NULL pointer deref in parse_line
Cleanups
Port mkauth.py to Python 3
Improve signals documentation
Improve quick start documentation
Document SET command
Correct list of required software
Fix -Wimplicit-fallthrough warnings
Add missing documentation for various SHOW fields
Document reconnect behavior on reload and DNS change
Document that KILL requires RESUME afterwards
Clarify documentation of server_lifetime
Typos and capitalization fixes in messages and docs
Fix psql invocation in tests
Various other test setup improvements
pgbouncer 是 PostgreSQL 的轻量级连接池,支持会话连接池、事务连接池和语句连接池三种模式。
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- EF Core 小坑:DbContextPool 会引起数据库连接池连接耗尽
- 数据库连接池
- 数据库连接池设置
- 怎样获知数据库的连接属性?
- 怎样获知数据库的连接属性?
- Laravel 使用多个数据库连接
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
实用Common Lisp编程
Peter Seibel / 田春 / 人民邮电出版社 / 2011-10 / 89.00元
由塞贝尔编著的《实用Common Lisp编程》是一本不同寻常的Common Lisp入门书。《实用Common Lisp编程》首先从作者的学习经过及语言历史出发,随后用21个章节讲述了各种基础知识,主要包括:REPL及Common Lisp的各种实现、S-表达式、函数与变量、标准宏与自定义宏、数字与字符以及字符串、集合与向量、列表处理、文件与文件I/O处理、类、FORMAT格式、符号与包,等等。......一起来看看 《实用Common Lisp编程》 这本书的介绍吧!