On Mon, Oct 20, 2014 at 4:29 PM, Jov wrote:
> in poolmgr.c function agent_init():
>
This code is part of Postgres-XC (or Postgres-XL) and not PostgreSQL
itself, you should send your questions there:
https://lists.sourceforge.net/lists/listinfo/postgres-xc-developers
Regards,
--
Michael
hello,I am reading the pool manager code,and have some problem:
in poolmgr.c function agent_init():
if (agent->pool)
> agent_release_connections(agent, false);
..
#ifdef XCP
> /* find database */
> agent->pool = find_database_pool(database, user_name);
> /* create if not found */
> if (agen