[pgpool-committers: 2929] pgpool: Fix	white/black_memqcache_table_list not require quotaion
    Yugo Nagata 
    nagata at sraoss.co.jp
       
    Thu Jan 14 13:57:58 JST 2016
    
    
  
Fix white/black_memqcache_table_list not require quotaion
The tables and schemas name specified in *_memqcache_table_list
were needed to be quoted by double quotation since commit
43ff7d3de9db4c8a1143258f4ffff98682dab560. This is fixed
by stripping quote from table name before pattern matching.
Patch contributed by Dang Minh Huong.
Per [pgpool-hackers: 1323]
Branch
------
V3_4_STABLE
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=add25922fad6a8be812bfa450df6814149b63ccd
Modified Files
--------------
src/utils/pool_select_walker.c | 35 ++++++++++++++++++++++++++++++-----
1 file changed, 30 insertions(+), 5 deletions(-)
    
    
More information about the pgpool-committers
mailing list