Re: [HACKERS] Block level parallel vacuum
От | Masahiko Sawada |
---|---|
Тема | Re: [HACKERS] Block level parallel vacuum |
Дата | |
Msg-id | CA+fd4k5KKFP=Y7x=L+G81h6thw9GT2e6awSCtR+Nm8JcMhwjfQ@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: [HACKERS] Block level parallel vacuum (Mahendra Singh <mahi6run@gmail.com>) |
Ответы |
Re: [HACKERS] Block level parallel vacuum
|
Список | pgsql-hackers |
On Wed, 27 Nov 2019 at 19:21, Mahendra Singh <mahi6run@gmail.com> wrote: > > > Thanks for the re-based patches. > > On the top of v35 patch, I can see one compilation warning. >> >> parallel.c: In function ‘LaunchParallelWorkers’: >> parallel.c:502:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] >> int i; >> ^ > > > Above warning is due to one extra semicolon added at the end of declaration line in v35-0003 patch. Please fix this innext version. > + int nworkers_to_launch = Min(nworkers, pcxt->nworkers);; Thanks. I will fix it in the next version patch. > > I will continue my testing on the top of v35 patch set and will post results. Thank you! Regards, -- Masahiko Sawada http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
В списке pgsql-hackers по дате отправления: