Re: Support for N synchronous standby servers - take 2
От | Kyotaro HORIGUCHI |
---|---|
Тема | Re: Support for N synchronous standby servers - take 2 |
Дата | |
Msg-id | 20160226.103822.12680005.horiguchi.kyotaro@lab.ntt.co.jp обсуждение исходный текст |
Ответ на | Re: Support for N synchronous standby servers - take 2 (Masahiko Sawada <sawada.mshk@gmail.com>) |
Ответы |
Re: Support for N synchronous standby servers - take 2
|
Список | pgsql-hackers |
Hello, Thanks for the new patch. At Fri, 26 Feb 2016 08:52:54 +0900, Masahiko Sawada <sawada.mshk@gmail.com> wrote in <CAD21AoAZKFVu8-MVhkJ3ywAiJmb=P-HSbJTGi=gK1La73KjS6Q@mail.gmail.com> > Previous patch could not parse one character standby name correctly. > Attached latest patch. I haven't looked it in detail but it won't work as you expected. flex compains as the following for v12 patch. syncgroup_scanner.l:80: warning, rule cannot be matched syncgroup_scanner.l:84: warning, rule cannot be matched They are warnings about the patterns [1-9][0-9]* and {asterisk} because it is matched by {node_name}+. The latter would no harm (or the pattern is useless) but the former will make '1[a,b,c]' to fail. regards, -- Kyotaro Horiguchi NTT Open Source Software Center
В списке pgsql-hackers по дате отправления: