[pgpool-committers: 3804] pgpool: Fix to release shared memory segments when Pgpool-II exits.

Tatsuo Ishii ishii at postgresql.org
Thu Feb 23 16:10:06 JST 2017


Fix to release shared memory segments when Pgpool-II exits.

Per bug272. From the bug report.
"This cause the creation of a lot of segments if you start and stop
pgpool continuously (and in a testing fase it could be normal). Lot of
segments bring to reach the shmem OS configuration limit and than
suddenly stops (pgpool) working."

Branch
------
V3_5_STABLE

Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=a7a6c7306b26851f4249a78e326fba5ad0994cf5

Modified Files
--------------
src/utils/pool_shmem.c | 2 ++
1 file changed, 2 insertions(+)



More information about the pgpool-committers mailing list