[pgpool-committers: 3962] pgpool: Fix for 0000299: Errors on the reloading of configuration

Muhammad Usama m.usama at gmail.com
Wed Apr 12 23:40:11 JST 2017


Fix for 0000299: Errors on the reloading of configuration

Pgpool-II should load the hba_file after evaluating all the command line
options at startup.
It is wrong to load hba file before evaluating all the command line arguments,
because when the Pgpool-II is invoked with reload or stop options, all it
needs to do is to signal the running Pgpool-II and exit, So loading hba file
for pgpool reload/stop is not only unnecessary but It also emits the
misleading WARNING message of "failed while loading hba configuration"
when alternative path for hba file was used.

Branch
------
V3_3_STABLE

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

Modified Files
--------------
main.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)



More information about the pgpool-committers mailing list