Refactor BackendFlagsShowFunc().
Previously BackendFlagsShowFunc() and pool_flag_to_str() used almost
identical codes. To avoid the duplication, let BackendFlagsShowFunc()
to call pool_flag_to_str().
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=74f3a6d6f2b56e50ff377a4756749893f51b86b9
Modified Files
--------------
src/config/pool_config_variables.c | 19 +------------------
1 file changed, 1 insertion(+), 18 deletions(-)