]> granicus.if.org Git - pgbouncer/commit
max_user_connections implementation - a limit of connected users.
authorPavel Stehule <pavel.stehule@gmail.com>
Tue, 4 Mar 2014 17:32:04 +0000 (18:32 +0100)
committerMarko Kreen <markokr@gmail.com>
Sat, 17 May 2014 16:03:58 +0000 (19:03 +0300)
commit700fb804c2dfe0e945c1539276e9a133f4969ae2
tree814d509fa9e62a6b30350fc689c7acd2518250ef
parent1aa9aa7d6094c55c13c442664181e0fb76c95e8a
max_user_connections implementation - a limit of connected users.

It is similar to max_db_connections. It is designed for a usage, where databases on server are "unlimited"
doc/config.txt
etc/pgbouncer.ini
include/bouncer.h
include/objects.h
include/server.h
src/loader.c
src/main.c
src/objects.c
src/server.c