[pgpool-hackers: 1332] Re: FW: Tables in black/white_memqcache_table_list become need to quote?

Tatsuo Ishii ishii at postgresql.org
Wed Jan 13 16:55:57 JST 2016


I think Yugo, who made the commit you pointed out, is working on your
report.

Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp

From: Huong Dangminh <huo-dangminh at ys.jp.nec.com>
Subject: [pgpool-hackers: 1331] FW: Tables in black/white_memqcache_table_list become need to quote?
Date: Wed, 13 Jan 2016 07:51:27 +0000
Message-ID: <75DB81BEEA95B445AE6D576A0A5C9E9364CAB538 at BPXM05GP.gisp.nec.co.jp>

> Hi,
> 
> Sorry, I know you must be busy now,
> but anyone can confirm for this mail for me?
> Am i missed something? or is this the specication?
> 
> I mean,
> In pgpool-II 3.4.3 table name in black/white_memqcache_table_list 
> can be specified like 'table1, table2' but in V3_4_STABLE it 
> must be '"table1", "table2"'.
> 
> Best regards,
> ---
> Dang Minh Huong
> NEC Solution Innovators, Ltd.
> http://www.nec-solutioninnovators.co.jp/en/
> 
> -----Original Message-----
> From: pgpool-hackers-bounces at pgpool.net [mailto:pgpool-hackers-bounces at pgpool.net] On Behalf Of ??ng Minh H??ng
> Sent: Saturday, January 09, 2016 12:05 PM
> To: pgpool-hackers at pgpool.net
> Subject: [pgpool-hackers: 1323] Tables in black/white_memqcache_table_list become need to quote?
> 
> Hi,
> 
> As the result of commit 43ff7d3de9db4c8a1143258f4ffff98682dab560.
> tables (also schemas) name specified in *_memqcache_table_list become 
> need to quoted by double quotation to match with make_table_name_from_rangevar 
> did.
> 
> So i think, it is necessary to strip quote table name before pattern_compare do to fix it.
> I attached a patch, which restore strip_quote function and do it in pattern_compare 
> before regexec. 
> Can you confirm it for me.
> 
> best regards,
> bocap.


More information about the pgpool-hackers mailing list