[pgpool-committers: 2409] pgpool: Fixing [pgpool-hackers: 772] main process is terminated after

Muhammad Usama m.usama at gmail.com
Fri Jan 30 03:22:55 JST 2015


Fixing [pgpool-hackers: 772] main process is terminated after
reload when enabeld_pool_hba is on

The problem was with the MemoryContext for pool hba configurations.
Since hba configuration lives as long as child process so must be created
in the TopMemoryContext.

Branch
------
master

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

Modified Files
--------------
src/auth/pool_hba.c |   16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)



More information about the pgpool-committers mailing list