[pgpool-committers: 2408] 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
------
V3_4_STABLE

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

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



More information about the pgpool-committers mailing list