[pgpool-committers: 3805] 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_3_STABLE

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

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



More information about the pgpool-committers mailing list