[pgpool-committers: 2930] 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_3_STABLE
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=84a758d84fcb1d97f744751e3178087cb862a457
Modified Files
--------------
pool_select_walker.c | 35 ++++++++++++++++++++++++++++++-----
1 file changed, 30 insertions(+), 5 deletions(-)
More information about the pgpool-committers
mailing list