[pgpool-committers: 2399] pgpool: Tighten up checking for app_name_redirect_preference_list and d

Tatsuo Ishii ishii at postgresql.org
Sun Jan 11 10:20:58 JST 2015


Tighten up checking for app_name_redirect_preference_list and database_redirect_preference_list.

Before empty application name or database name or invalid DB node
number (like "foo1bar") were silently accepted. Now they are strictly
checked and let raise fatal error when starting up. Problem reported
in [pgpool-general-jp: 1337].

Branch
------
V3_4_STABLE

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

Modified Files
--------------
src/config/pool_config.c |   99 ++++++++++++++++++++++++++++++++++++----------
src/config/pool_config.l |   67 +++++++++++++++++++++++++++++--
src/utils/regex_array.c  |    5 +--
3 files changed, 144 insertions(+), 27 deletions(-)



More information about the pgpool-committers mailing list