PostgreSQL 数据库连接池 PgBouncer 1.9.0 发布

栏目: 软件资讯 · 发布时间: 7年前

内容简介: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]


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

深入理解C指针

深入理解C指针

[美] Richard Reese / 陈晓亮 / 人民邮电出版社 / 2014-2 / 45.00

深入理解C指针和内存管理,提升编程效率!这是一本实战型图书,通过它,读者可以掌握指针动态操控内存的机制、对数据结构的增强支持,以及访问硬件等技术。本书详细阐述了如何在数组、字符串、结构体和函数中使用指针,同时演示了相应的内存模型及其对指针使用的影响。 指针为C语言带来了强大的功能和灵活性,却也是C语言中最难啃的一块“骨头”。本书旨在帮读者透彻理解指针,解决这个老大难问题。不论是初学者还是经验......一起来看看 《深入理解C指针》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

随机密码生成器
随机密码生成器

多种字符组合密码

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具