From 8cffdfa29f4c34f223bafa816f2824e045729772 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Fri, 16 Jan 2009 13:52:44 +0000 Subject: [PATCH] README: mention reserve_pool feature --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index b593912..fdcbdaa 100644 --- a/NEWS +++ b/NEWS @@ -34,6 +34,12 @@ * Database names in config file can now be quoted with standard SQL ident quoting, to allow non-standard characters in db names. + * New tunables: 'reserve_pool_size' and 'reserve_pool_timeout'. + In case there are clients in pool that have waited more that + 'reserve_pool_timeout' seconds, 'reserve_pool_size' specifies + the number of connections that can be added to pool. It can also + set per-pool with 'reserve_pool' connection variable. + * New tunable 'sbuf_loopcnt' to limit time spent on one socket. In some situations - eg SMP server, local Postgres and fast network - -- 2.40.0