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:08:17 +0000 (16:08 +0900)
commit460a6144573da9a5614f7f45be21561ddf0801fa
treea67eed46c97085ab34028aef06a2dadffe2c5773
parent5970736d998f41afc7d5631a33f273caf6e6072e
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