Fix to release shared memory segments when Pgpool-II exits.
authorTatsuo Ishii <ishii@postgresql.org>
Thu, 23 Feb 2017 07:05:11 +0000 (16:05 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Thu, 23 Feb 2017 07:05:11 +0000 (16:05 +0900)
commit6ab5cecf7a7d230ce9caa28115e0a5f598bd4fff
treedd1c4c152615dba487c83691cc9eaa3cca0bf60e
parente33b91ae2588377f47ae906268c07adb711724bd
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."
src/utils/pool_shmem.c