[pgpool-committers: 2928] 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
------
master

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

Modified Files
--------------
src/utils/pool_select_walker.c | 35 ++++++++++++++++++++++++++++++-----
1 file changed, 30 insertions(+), 5 deletions(-)



More information about the pgpool-committers mailing list